FederationCollection.CopyTo(Federation[], Int32) 方法

定义

从指定索引处开始,将集合中的元素复制到一个数组。

public:
 void CopyTo(cli::array <Microsoft::SqlServer::Management::Smo::Federation ^> ^ array, int index);
public void CopyTo (Microsoft.SqlServer.Management.Smo.Federation[] array, int index);
member this.CopyTo : Microsoft.SqlServer.Management.Smo.Federation[] * int -> unit
Public Sub CopyTo (array As Federation(), index As Integer)

参数

array
Federation[]

将元素复制到其中的数组。

index
Int32

数组中自其开始复制的索引。

适用于