IASDATASTORE Enumeration
The values of the IASDATASTORE enumeration indicate the possible storage locations for SDO data.
typedef enum _IASDATASTORE
{
DATA_STORE_LOCAL,
DATA_STORE_DIRECTORY
}IASDATASTORE, *PIASDATASTORE;
Constants
DATA_STORE_LOCAL
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
Server |
Requires Windows Server 2008, Windows Server 2003, or Windows 2000 Server. |
Header |
Declared in SdoIas.h. |
IDL |
Declared in SdoIas.idl. |
See Also
ISdoMachine::GetServiceSDO
ISdoMachine::GetUserSDO
Send comments about this topic to Microsoft
Build date: 10/15/2007