Méthode SfcCollection<T, K, ParentT>.CopyTo (Array, Int32)
Copies the elements from the collection to the specified array, starting at the specified array index. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub CopyTo ( _
array As Array, _
index As Integer _
)
'Utilisation
Dim instance As SfcCollection
Dim array As Array
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
Array array,
int index
)
public:
virtual void CopyTo(
Array^ array,
int index
) sealed
abstract CopyTo :
array:Array *
index:int -> unit
override CopyTo :
array:Array *
index:int -> unit
public final function CopyTo(
array : Array,
index : int
)
Paramètres
- array
Type : System.Array
The array to copy to.
- index
Type : System.Int32
The zero-based index in the array to begin copying.
Implémente
ICollection.CopyTo(Array, Int32)