Método SfcCollection<T, K, ParentT>.CopyTo (Array, Int32)
Copies the elements from the collection to the specified array, starting at the specified array index. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub CopyTo ( _
array As Array, _
index As Integer _
)
'Uso
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
)
Parâmetros
- array
Tipo: System.Array
The array to copy to.
- index
Tipo: System.Int32
The zero-based index in the array to begin copying.
Implementa
ICollection.CopyTo(Array, Int32)