다음을 통해 공유


ActiveDirectorySchemaPropertyCollection.AddRange 메서드

정의

일련의 항목을 이 컬렉션에 추가합니다.

오버로드

AddRange(ActiveDirectorySchemaProperty[])

지정된 ActiveDirectorySchemaProperty 배열을 이 컬렉션에 추가합니다.

AddRange(ActiveDirectorySchemaPropertyCollection)

지정된 ActiveDirectorySchemaPropertyCollection 개체의 내용을 이 컬렉션에 추가합니다.

AddRange(ReadOnlyActiveDirectorySchemaPropertyCollection)

지정된 ReadOnlyActiveDirectorySchemaPropertyCollection 개체의 내용을 이 컬렉션에 추가합니다.

AddRange(ActiveDirectorySchemaProperty[])

Source:
ActiveDirectorySchemaPropertyCollection.cs
Source:
ActiveDirectorySchemaPropertyCollection.cs
Source:
ActiveDirectorySchemaPropertyCollection.cs

지정된 ActiveDirectorySchemaProperty 배열을 이 컬렉션에 추가합니다.

public:
 void AddRange(cli::array <System::DirectoryServices::ActiveDirectory::ActiveDirectorySchemaProperty ^> ^ properties);
public void AddRange (System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[] properties);
member this.AddRange : System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[] -> unit
Public Sub AddRange (properties As ActiveDirectorySchemaProperty())

매개 변수

properties
ActiveDirectorySchemaProperty[]

이 컬렉션에 추가할 개체가 포함된 ActiveDirectorySchemaProperty 배열입니다.

예외

기본 디렉터리 서비스에 대한 호출에서 오류가 발생했습니다.

해당 개체가 이미 이 컬렉션에 있는 경우

properties이(가) null인 경우

ActiveDirectorySchemaProperty 개체가 아직 Active Directory 도메인 서비스 저장소에 저장되지 않은 경우

추가 정보

적용 대상

AddRange(ActiveDirectorySchemaPropertyCollection)

Source:
ActiveDirectorySchemaPropertyCollection.cs
Source:
ActiveDirectorySchemaPropertyCollection.cs
Source:
ActiveDirectorySchemaPropertyCollection.cs

지정된 ActiveDirectorySchemaPropertyCollection 개체의 내용을 이 컬렉션에 추가합니다.

public:
 void AddRange(System::DirectoryServices::ActiveDirectory::ActiveDirectorySchemaPropertyCollection ^ properties);
public void AddRange (System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection properties);
member this.AddRange : System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection -> unit
Public Sub AddRange (properties As ActiveDirectorySchemaPropertyCollection)

매개 변수

properties
ActiveDirectorySchemaPropertyCollection

이 컬렉션에 추가할 개체가 포함된 ActiveDirectorySchemaPropertyCollection 개체입니다.

예외

기본 디렉터리 서비스에 대한 호출에서 오류가 발생했습니다.

해당 개체가 이미 이 컬렉션에 있는 경우

properties이(가) null인 경우

ActiveDirectorySchemaProperty 개체가 아직 Active Directory 도메인 서비스 저장소에 저장되지 않은 경우

추가 정보

적용 대상

AddRange(ReadOnlyActiveDirectorySchemaPropertyCollection)

Source:
ActiveDirectorySchemaPropertyCollection.cs
Source:
ActiveDirectorySchemaPropertyCollection.cs
Source:
ActiveDirectorySchemaPropertyCollection.cs

지정된 ReadOnlyActiveDirectorySchemaPropertyCollection 개체의 내용을 이 컬렉션에 추가합니다.

public:
 void AddRange(System::DirectoryServices::ActiveDirectory::ReadOnlyActiveDirectorySchemaPropertyCollection ^ properties);
public void AddRange (System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection properties);
member this.AddRange : System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection -> unit
Public Sub AddRange (properties As ReadOnlyActiveDirectorySchemaPropertyCollection)

매개 변수

properties
ReadOnlyActiveDirectorySchemaPropertyCollection

이 컬렉션에 추가할 개체가 포함된 ReadOnlyActiveDirectorySchemaPropertyCollection 개체입니다.

예외

기본 디렉터리 서비스에 대한 호출에서 오류가 발생했습니다.

해당 개체가 이미 이 컬렉션에 있는 경우

properties이(가) null인 경우

ActiveDirectorySchemaProperty 개체가 아직 Active Directory 도메인 서비스 저장소에 저장되지 않은 경우

추가 정보

적용 대상