ActiveDirectorySchemaClassCollection.Insert Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts the specified ActiveDirectorySchemaClass object into this collection at the specified index.
public:
void Insert(int index, System::DirectoryServices::ActiveDirectory::ActiveDirectorySchemaClass ^ schemaClass);
public void Insert (int index, System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass schemaClass);
member this.Insert : int * System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass -> unit
Public Sub Insert (index As Integer, schemaClass As ActiveDirectorySchemaClass)
Parameters
- index
- Int32
The zero-based index in this collection where the object is inserted.
- schemaClass
- ActiveDirectorySchemaClass
The ActiveDirectorySchemaClass object to insert into this collection.
Exceptions
A call to the underlying directory service resulted in an error.
The object already exists in this collection.
schemaClass
is null
.
The index
specified is out of range of the collection.
The ActiveDirectorySchemaClass object has not yet been saved in the Active Directory Domain Services store.