Platform SDK: Active Directory, ADSI, and Directory Services

Guidelines for Binding to the Schema

There are two ways to bind to the Active Directory™ schema.

If you want to modify or extend the schema, you must bind directly to the schema container. If you just want to read the class and attribute definitions, it's usually easier to read from the abstract schema.

Here's why it's easier to read from the abstract schema:

When should you bind directly to the schema container rather than using the abstract schema?