PhysicalPartitionCollection.CopyTo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CopyTo(PhysicalPartition[]) |
Copy all content of the given physical partition array in current collection |
CopyTo(PhysicalPartition[], Int32) |
Copy the content of given PhysicalPartition array to this collection object. Staring onward partitionNumberStart. |
CopyTo(PhysicalPartition[], Int32, Int32) |
Copy the content of the physical partition array for given range of the partition numbers in current collection |
CopyTo(PhysicalPartition[])
Copy all content of the given physical partition array in current collection
public void CopyTo (Microsoft.SqlServer.Management.Smo.PhysicalPartition[] array);
member this.CopyTo : Microsoft.SqlServer.Management.Smo.PhysicalPartition[] -> unit
Public Sub CopyTo (array As PhysicalPartition())
Parameters
- array
- PhysicalPartition[]
Applies to
CopyTo(PhysicalPartition[], Int32)
Copy the content of given PhysicalPartition array to this collection object. Staring onward 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)
Parameters
- array
- PhysicalPartition[]
- partitionNumberStart
- Int32
Applies to
CopyTo(PhysicalPartition[], Int32, Int32)
Copy the content of the physical partition array for given range of the partition numbers in current collection
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)
Parameters
- array
- PhysicalPartition[]
- partitionNumberStart
- Int32
- partitionNumberEnd
- Int32