Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.