IASDATASTORE enumeration (sdoias.h)
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_LOCAL Value: 0 The SDO data is stored locally on the SDO computer. |
DATA_STORE_DIRECTORY The 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 |