The ISchemaObjects interface exposes a dual interface. Therefore, clients can access the methods either through the associated dispinterface (through IDispatch* implementation) or as a pure COM interface.
The methods this interface provides are listed below, along with the implementation presented by the SchemaObjects COM class.
Methods
| Name | Description |
| BindAs | Sets the credentials the object will use when binding to ADSI objects. |
| Init | Initializes the object. |
| InitEx | Initializes the object along with the Credentials flag. |
| GetEntrySchemaPath | Gets the Schema path for the AUO alias specified. |
| GetRelativeName | Gets the relative name of the ADSI schema object requested. |
| OnStartPage | Standard ASP callback method. This method automatically calls Init and passes the current IIS instance identifier. |
| OnEndPage | Standard ASP callback method. |