IndexedXmlPathNamespaceCollection.CopyTo 方法
Copies the elements of the collection to an array starting at the specified array index.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Sub CopyTo ( _
array As IndexedXmlPathNamespace(), _
index As Integer _
)
'用途
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
)
參數
- array
型別:array<Microsoft.SqlServer.Management.Smo.IndexedXmlPathNamespace[]
The array to hold the copied elements.
- index
型別:System.Int32
The index in the array to start copying to.