Partager via


Méthode IndexedXmlPathCollection.CopyTo

Copies an item in the collection.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub CopyTo ( _
    array As IndexedXmlPath(), _
    index As Integer _
)
'Utilisation
Dim instance As IndexedXmlPathCollection 
Dim array As IndexedXmlPath()
Dim index As Integer

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

Paramètres

  • index
    Type : System.Int32
    The index of the item to be copied.

Voir aussi

Référence

IndexedXmlPathCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo