Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies the elements of the collection to an array, starting at the specified index.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
array As Federation(), _
index As Integer _
)
'Usage
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
)
Parameters
- array
Type: array<Microsoft.SqlServer.Management.Smo.Federation[]
The array in which the elements are copied into.
- index
Type: System.Int32
The index in the array at which copying begins.