ProtocolPropertyCollection.CopyTo(ProtocolProperty[], Int32) 메서드

정의

지정한 인덱스 값에서 시작하여 컬렉션 개체를 1차원 배열에 복사합니다.

public:
 void CopyTo(cli::array <Microsoft::SqlServer::Management::Smo::Wmi::ProtocolProperty ^> ^ array, int index);
public void CopyTo (Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty[] array, int index);
member this.CopyTo : Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty[] * int -> unit
Public Sub CopyTo (array As ProtocolProperty(), index As Integer)

매개 변수

array
ProtocolProperty[]

ProtocolProperty 개체의 배열입니다.

index
Int32

복사를 시작할 인덱스 위치를 지정하는 Int32 값입니다.

예제

컬렉션 사용

적용 대상