PhysicalPartitionCollection.CopyTo 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| 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())
매개 변수
- array
- 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)
매개 변수
- array
- PhysicalPartition[]
- 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)
매개 변수
- array
- PhysicalPartition[]
- partitionNumberStart
- Int32
- partitionNumberEnd
- Int32