The ADSI Namespaces Object is the top-level COM container object of Active Directory. This object contains one top-level container ADSI Namespace Object for every Active Directory provider implementation that is installed and available for use. The Namespaces object may not contain any other type of object.
Interfaces typically supported on ADSI Namespaces 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 management and enumeration methods. See note below. |
IADsNamespaces | Management methods for the top-level Active Directory object and its persistent properties. |