İngilizce dilinde oku Düzenle

Aracılığıyla paylaş


ActiveDirectorySchemaClassCollection.AddRange Method

Definition

Appends a range of items to this collection.

Overloads

AddRange(ActiveDirectorySchemaClass[])

Appends the contents of the specified ActiveDirectorySchemaClass array to this collection.

AddRange(ActiveDirectorySchemaClassCollection)

Appends the contents of the specified ActiveDirectorySchemaClassCollection object to this collection.

AddRange(ReadOnlyActiveDirectorySchemaClassCollection)

Appends the contents of the specified ReadOnlyActiveDirectorySchemaClassCollection object to this collection.

AddRange(ActiveDirectorySchemaClass[])

Source:
ActiveDirectorySchemaClassCollection.cs
Source:
ActiveDirectorySchemaClassCollection.cs
Source:
ActiveDirectorySchemaClassCollection.cs
Source:
ActiveDirectorySchemaClassCollection.cs
Source:
ActiveDirectorySchemaClassCollection.cs

Appends the contents of the specified ActiveDirectorySchemaClass array to this collection.

C#
public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass[] schemaClasses);

Parameters

schemaClasses
ActiveDirectorySchemaClass[]

The ActiveDirectorySchemaClass array that contains the objects to append to this collection.

Exceptions

A call to the underlying directory service resulted in an error.

The object already exists in this collection.

schemaClasses is null.

The ActiveDirectorySchemaClass object has not yet been saved to the underlying directory store.

See also

Applies to

.NET 10 (package-provided) ve diğer sürümler
Ürün Sürümler
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

AddRange(ActiveDirectorySchemaClassCollection)

Source:
ActiveDirectorySchemaClassCollection.cs
Source:
ActiveDirectorySchemaClassCollection.cs
Source:
ActiveDirectorySchemaClassCollection.cs
Source:
ActiveDirectorySchemaClassCollection.cs
Source:
ActiveDirectorySchemaClassCollection.cs

Appends the contents of the specified ActiveDirectorySchemaClassCollection object to this collection.

C#
public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection schemaClasses);

Parameters

schemaClasses
ActiveDirectorySchemaClassCollection

The ActiveDirectorySchemaClassCollection object that contains the objects to append to this collection.

Exceptions

A call to the underlying directory service resulted in an error.

The object already exists in this collection.

schemaClasses is null.

The ActiveDirectorySchemaClass object has not yet been saved to the underlying directory store.

See also

Applies to

.NET 10 (package-provided) ve diğer sürümler
Ürün Sürümler
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

AddRange(ReadOnlyActiveDirectorySchemaClassCollection)

Source:
ActiveDirectorySchemaClassCollection.cs
Source:
ActiveDirectorySchemaClassCollection.cs
Source:
ActiveDirectorySchemaClassCollection.cs
Source:
ActiveDirectorySchemaClassCollection.cs
Source:
ActiveDirectorySchemaClassCollection.cs

Appends the contents of the specified ReadOnlyActiveDirectorySchemaClassCollection object to this collection.

C#
public void AddRange(System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection schemaClasses);

Parameters

schemaClasses
ReadOnlyActiveDirectorySchemaClassCollection

The ReadOnlyActiveDirectorySchemaClassCollection object that contains the objects to append to this collection.

Exceptions

A call to the underlying directory service resulted in an error.

The object already exists in this collection.

schemaClasses is null.

The ActiveDirectorySchemaClass object has not yet been saved in the Active Directory Domain Services store.

See also

Applies to

.NET 10 (package-provided) ve diğer sürümler
Ürün Sürümler
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10