Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The values of the IASDATASTORE enumeration indicate the possible storage locations for SDO data.
Syntax
typedef enum _IASDATASTORE {
DATA_STORE_LOCAL = 0,
DATA_STORE_DIRECTORY
} IASDATASTORE, *PIASDATASTORE;
Constants
DATA_STORE_LOCALValue: 0 The SDO data is stored locally on the SDO computer. |
DATA_STORE_DIRECTORYThe SDO data is stored in the Active Directory. |
Remarks
You cannot use this enumeration type to specify the storage location for SDO data.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 |
| Header | sdoias.h |