Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Copies the elements of the collection to an array starting at the specified array index.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub CopyTo ( _
array As IndexedXmlPathNamespace(), _
index As Integer _
)
'Utilisation
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
)
Paramètres
- array
Type : array<Microsoft.SqlServer.Management.Smo.IndexedXmlPathNamespace[]
The array to hold the copied elements.
- index
Type : System.Int32
The index in the array to start copying to.