Compartir a través de


IndexedXmlPathNamespaceCollection.CopyTo Método

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

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

Sintaxis

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

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

Parámetros

  • index
    Tipo: System.Int32
    The index in the array to start copying to.

Vea también

Referencia

IndexedXmlPathNamespaceCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo