Método CopyTo

Copies the collection of objects to a one-dimensional array starting at the specified index value.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

public void CopyTo(
    SymmetricKey[] array,
    int index
)

Parâmetros