PhysicalPartitionCollection.CopyTo Method

Definition

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

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

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

partitionNumberStart
Int32
partitionNumberEnd
Int32

Applies to