ISdo interface (sdoias.h)

Use the ISdo interface to store, retrieve, and update Server Data Objects (SDO) information.

Inheritance

The ISdo interface inherits from the IDispatch interface. ISdo also has these types of members:

Methods

The ISdo interface has these methods.

 
ISdo::Apply

The Apply method writes to persistent storage the changes made by calls to the ISdo::PutProperty method.
ISdo::get__NewEnum

The get__NewEnum method retrieves an IEnumVARIANT interface for the Server Data Objects (SDO) properties.
ISdo::GetProperty

The GetProperty method retrieves the value of the specified property.
ISdo::GetPropertyInfo

The GetPropertyInfo method retrieves a pointer to an ISdoPropertyInfo interface for the specified property.
ISdo::PutProperty

The PutProperty method sets the value of the specified property.
ISdo::ResetProperty

The ResetProperty method resets the specified property to its default value.
ISdo::Restore

The Restore method reloads the values of the Server Data Objects (SDO) properties from persistent storage.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header sdoias.h

See also

IDispatch

Server Data Objects Interfaces

Server Data Objects Reference