This topic has not yet been rated - Rate this topic

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)
public void CopyTo(
	IndexedXmlPathNamespace[] array,
	int index
)

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.