SC_SessionFlags
The following table contains the properties and enumerations for SC_SessionFlags:
Property |
Enumeration |
Description |
---|---|---|
SCD_SF_NONE |
0 |
Session has non-exclusive access to its connected persistence unit. Other sessions can connect to the same persistence unit. |
SCD_SF_EXCLUSIVE |
1 |
Session has exclusive access to its connected persistence unit. No other sessions are allowed to access the persistence unit. |
Copyright © 2025 Quest Software, Inc. |