PhysicalPartitionCollection.CopyTo メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| 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