Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Copies the collection objects to a one-dimensional array, starting and ending with the specified partition numbers.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
array As PhysicalPartition(), _
partitionNumberStart As Integer, _
partitionNumberEnd As Integer _
)
'Usage
Dim instance As PhysicalPartitionCollection
Dim array As PhysicalPartition()
Dim partitionNumberStart As Integer
Dim partitionNumberEnd As Integer
instance.CopyTo(array, partitionNumberStart, _
partitionNumberEnd)
public void CopyTo(
PhysicalPartition[] array,
int partitionNumberStart,
int partitionNumberEnd
)
public:
void CopyTo(
array<PhysicalPartition^>^ array,
int partitionNumberStart,
int partitionNumberEnd
)
member CopyTo :
array:PhysicalPartition[] *
partitionNumberStart:int *
partitionNumberEnd:int -> unit
public function CopyTo(
array : PhysicalPartition[],
partitionNumberStart : int,
partitionNumberEnd : int
)
Parameter
- array
Typ: array<Microsoft.SqlServer.Management.Smo.PhysicalPartition[]
An array of PhysicalPartition objects.
- partitionNumberStart
Typ: System.Int32
An Int32 value that specifies the index value from where to start the copy.
- partitionNumberEnd
Typ: System.Int32
An Int32 value that specifies the index value at which to end the copy.