PhysicalPartitionCollection.CopyTo 方法

定義

多載

名稱 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

適用於