다음을 통해 공유


PhysicalPartitionCollection.CopyTo 메서드 (array<PhysicalPartition , Int32)

Copies the collection objects to a one-dimensional array starting at the specified index value.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub CopyTo ( _
    array As PhysicalPartition(), _
    partitionNumberStart As Integer _
)
‘사용 방법
Dim instance As PhysicalPartitionCollection 
Dim array As PhysicalPartition()
Dim partitionNumberStart As Integer

instance.CopyTo(array, partitionNumberStart)
public void CopyTo(
    PhysicalPartition[] array,
    int partitionNumberStart
)
public:
void CopyTo(
    array<PhysicalPartition^>^ array, 
    int partitionNumberStart
)
member CopyTo : 
        array:PhysicalPartition[] * 
        partitionNumberStart:int -> unit
public function CopyTo(
    array : PhysicalPartition[], 
    partitionNumberStart : int
)

매개 변수

  • partitionNumberStart
    유형: System.Int32
    An Int32 value that specifies the index value from where to start the copy.

컬렉션 사용

참고 항목

참조

PhysicalPartitionCollection 클래스

CopyTo 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스