PhysicalPartitionCollection.CopyTo 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | 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