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
)
參數
- array
型別:array<Microsoft.SqlServer.Management.Smo.IndexedXmlPath[]
The array.
- index
型別:System.Int32
The index of the item to be copied.