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
)

参数

  • index
    类型:System.Int32
    The index in the array to start copying to.

请参阅

参考

IndexedXmlPathNamespaceCollection 类

Microsoft.SqlServer.Management.Smo 命名空间