UrnCollection.CopyTo 方法

Copies members of the collection to an array, starting at the specified index of the array.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub CopyTo ( _
    array As Urn(), _
    arrayIndex As Integer _
)
用法
Dim instance As UrnCollection 
Dim array As Urn()
Dim arrayIndex As Integer

instance.CopyTo(array, arrayIndex)
public void CopyTo(
    Urn[] array,
    int arrayIndex
)
public:
virtual void CopyTo(
    array<Urn^>^ array, 
    int arrayIndex
) sealed
abstract CopyTo : 
        array:Urn[] * 
        arrayIndex:int -> unit  
override CopyTo : 
        array:Urn[] * 
        arrayIndex:int -> unit
public final function CopyTo(
    array : Urn[], 
    arrayIndex : int
)

参数

实现

ICollection<T>.CopyTo(array<T[], Int32)

示例

使用集合

请参阅

参考

UrnCollection 类

Microsoft.SqlServer.Management.Smo 命名空间