Compartir a través de


CopyTo Método

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub CopyTo ( _
    array As Table(), _
    index As Integer _
)
'Uso
Dim instance As TableCollection
Dim array As Table()
Dim index As Integer

instance.CopyTo(array, index)
public void CopyTo(
    Table[] array,
    int index
)
public:
void CopyTo(
    array<Table^>^ array, 
    int index
)
member CopyTo : 
        array:Table[] * 
        index:int -> unit 
public function CopyTo(
    array : Table[], 
    index : int
)

Parámetros

Ejemplos

Usar colecciones