FederationCollection.CopyTo(Federation[], Int32) Method

Definition

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

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)

Parameters

array
Federation[]

The array in which the elements are copied into.

index
Int32

The index in the array at which copying begins.

Applies to