ISdoMachine interface (sdoias.h)

Use the ISdoMachine interface to attach to an SDO computer, obtain information about the SDO computer, and obtain interfaces to other SDO objects.

Inheritance

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

Methods

The ISdoMachine interface has these methods.

 
ISdoMachine::Attach

The Attach method attaches to an SDO computer. Attaching to an SDO computer is the first step is using the SDO API to administer that computer.
ISdoMachine::GetAttachedComputer

The GetAttachedComputer method retrieves the name of the computer that is currently attached as an SDO computer.
ISdoMachine::GetDictionarySDO

The GetDictionarySDO method retrieves an interface for an attribute-dictionary SDO.
ISdoMachine::GetDomainType

The GetDomainType retrieves the type of domain in which the SDO computer resides.
ISdoMachine::GetOSType

The GetOSType method retrieves the type of operating system running on the SDO computer.
ISdoMachine::GetServiceSDO

The GetServiceSDO method retrieves a Server Data Object (SDO) for the specified service.
ISdoMachine::GetUserSDO

The GetUserSDO method retrieves an interface to the Server Data Object (SDO) for the specified user.
ISdoMachine::IsDirectoryAvailable

The IsDirectoryAvailable method tests whether an Active Directory service is available on the SDO computer.

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