Language

PhysicalPartitionCollection.CopyTo メソッド

定義

オーバーロード

名前 説明
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

適用対象