Compartir a través de


CopyTo Método

Copies the collection 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 Rule(), _
    index As Integer _
)
'Uso
Dim instance As RuleCollection
Dim array As Rule()
Dim index As Integer

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

Parámetros

Ejemplos

Usar colecciones