IndexedXmlPathNamespaceCollection.CopyTo Method
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)
Syntax
'Declaration
Public Sub CopyTo ( _
array As IndexedXmlPathNamespace(), _
index As Integer _
)
'Usage
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
)
Parameters
- 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.