CopyTo Método (Array, Int32)
Copies the elements from the collection to the specified array, starting at the specified array index. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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.