ActiveDirectorySubnetCollection.AddRange 메서드

정의

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

오버로드

AddRange(ActiveDirectorySubnet[])

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

AddRange(ActiveDirectorySubnetCollection)

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

AddRange(ActiveDirectorySubnet[])

Source:
ActiveDirectorySubnetCollection.cs
Source:
ActiveDirectorySubnetCollection.cs
Source:
ActiveDirectorySubnetCollection.cs

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

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

매개 변수

subnets
ActiveDirectorySubnet[]

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

예외

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

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

subnets이(가) null인 경우

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

추가 정보

적용 대상

AddRange(ActiveDirectorySubnetCollection)

Source:
ActiveDirectorySubnetCollection.cs
Source:
ActiveDirectorySubnetCollection.cs
Source:
ActiveDirectorySubnetCollection.cs

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

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

매개 변수

subnets
ActiveDirectorySubnetCollection

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

예외

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

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

subnets이(가) null인 경우

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

추가 정보

적용 대상