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.