FederationCollection.CopyTo 方法

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

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

语法

声明
Public Sub CopyTo ( _
    array As Federation(), _
    index As Integer _
)
用法
Dim instance As FederationCollection 
Dim array As Federation()
Dim index As Integer

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

参数

  • index
    类型:System.Int32
    The index in the array at which copying begins.

请参阅

参考

FederationCollection 类

Microsoft.SqlServer.Management.Smo 命名空间