Compartir a través de


SfcReferenceCollection<K, T, S>.CopyTo Método

Copies the elements of this collection to the specified array, starting at specified index.

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 T(), _
    arrayIndex As Integer _
)
'Uso
Dim instance As SfcReferenceCollection 
Dim array As T()
Dim arrayIndex As Integer

instance.CopyTo(array, arrayIndex)
public void CopyTo(
    T[] array,
    int arrayIndex
)
public:
virtual void CopyTo(
    array<T>^ array, 
    int arrayIndex
) sealed
abstract CopyTo : 
        array:'T[] * 
        arrayIndex:int -> unit  
override CopyTo : 
        array:'T[] * 
        arrayIndex:int -> unit
public final function CopyTo(
    array : T[], 
    arrayIndex : int
)

Parámetros

  • array
    Tipo: array<T[]
    The zero-based index, one-dimensional array that is the destination of the elements copied from the collection.
  • arrayIndex
    Tipo: System.Int32
    The zero-based index in array at which copying begins.

Implementa

IReadOnlyCollection<T>.CopyTo(array<T[], Int32)

Vea también

Referencia

SfcReferenceCollection<K, T, S> Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc