IndexedXmlPathNamespaceCollection.CopyTo Method
SQL Server 2012
Copies the elements of the collection to an array starting at the specified array index.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- array
- Type: 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.