ADSI Domain Object is an Active Directory container object that represents an instance of a directory for a domain on a network. A provider's directory service implementation determines the specific use of this object. For example, a domain container object might consist of all the computer objects on a network with the role of domain controller.
Interfaces typically supported on ADSI Domain Object | Description |
---|---|
IUnknown | Universal COM object management and interface query methods. |
IDispatch | Automation methods for late-bound access to an object's methods and properties. |
IADs | Standard Active Directory object management methods. |
IADsContainer | Object life-cycle management and enumeration methods. |
IADsDomain | Management methods for a domain object and its persistent properties. |
Windows NT: Use version 4.0 and later.