PhysicalPartitionCollection.CopyTo 메서드

정의

오버로드

Name Description
CopyTo(PhysicalPartition[])

현재 컬렉션에서 지정된 실제 파티션 배열의 모든 콘텐츠 복사

CopyTo(PhysicalPartition[], Int32)

지정된 PhysicalPartition 배열의 내용을 이 컬렉션 개체에 복사합니다. 이후 partitionNumberStart를 쳐다봅니다.

CopyTo(PhysicalPartition[], Int32, Int32)

현재 컬렉션에 있는 파티션 번호의 지정된 범위에 대한 실제 파티션 배열의 콘텐츠를 복사합니다.

CopyTo(PhysicalPartition[])

현재 컬렉션에서 지정된 실제 파티션 배열의 모든 콘텐츠 복사

public void CopyTo(Microsoft.SqlServer.Management.Smo.PhysicalPartition[] array);
member this.CopyTo : Microsoft.SqlServer.Management.Smo.PhysicalPartition[] -> unit
Public Sub CopyTo (array As PhysicalPartition())

매개 변수

적용 대상

CopyTo(PhysicalPartition[], Int32)

지정된 PhysicalPartition 배열의 내용을 이 컬렉션 개체에 복사합니다. 이후 partitionNumberStart를 쳐다봅니다.

public void CopyTo(Microsoft.SqlServer.Management.Smo.PhysicalPartition[] array, int partitionNumberStart);
member this.CopyTo : Microsoft.SqlServer.Management.Smo.PhysicalPartition[] * int -> unit
Public Sub CopyTo (array As PhysicalPartition(), partitionNumberStart As Integer)

매개 변수

partitionNumberStart
Int32

적용 대상

CopyTo(PhysicalPartition[], Int32, Int32)

현재 컬렉션에 있는 파티션 번호의 지정된 범위에 대한 실제 파티션 배열의 콘텐츠를 복사합니다.

public void CopyTo(Microsoft.SqlServer.Management.Smo.PhysicalPartition[] array, int partitionNumberStart, int partitionNumberEnd);
member this.CopyTo : Microsoft.SqlServer.Management.Smo.PhysicalPartition[] * int * int -> unit
Public Sub CopyTo (array As PhysicalPartition(), partitionNumberStart As Integer, partitionNumberEnd As Integer)

매개 변수

partitionNumberStart
Int32
partitionNumberEnd
Int32

적용 대상