共用方式為


IndexedXmlPathCollection.CopyTo 方法

Copies an item in the collection.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub CopyTo ( _
    array As IndexedXmlPath(), _
    index As Integer _
)
'用途
Dim instance As IndexedXmlPathCollection 
Dim array As IndexedXmlPath()
Dim index As Integer

instance.CopyTo(array, index)
public void CopyTo(
    IndexedXmlPath[] array,
    int index
)
public:
void CopyTo(
    array<IndexedXmlPath^>^ array, 
    int index
)
member CopyTo : 
        array:IndexedXmlPath[] * 
        index:int -> unit
public function CopyTo(
    array : IndexedXmlPath[], 
    index : int
)

參數

  • index
    型別:System.Int32
    The index of the item to be copied.

請參閱

參考

IndexedXmlPathCollection 類別

Microsoft.SqlServer.Management.Smo 命名空間