Freigeben über


SfcCollection<T, K, ParentT>.CopyTo-Methode (Array, Int32)

Copies the elements from the collection to the specified array, starting at the specified array index. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Sub CopyTo ( _
    array As Array, _
    index As Integer _
)
'Usage
Dim instance As SfcCollection 
Dim array As Array 
Dim index As Integer

instance.CopyTo(array, index)
public void CopyTo(
    Array array,
    int index
)
public:
virtual void CopyTo(
    Array^ array, 
    int index
) sealed
abstract CopyTo : 
        array:Array * 
        index:int -> unit  
override CopyTo : 
        array:Array * 
        index:int -> unit
public final function CopyTo(
    array : Array, 
    index : int
)

Parameter

  • index
    Typ: System.Int32
    The zero-based index in the array to begin copying.

Implementiert

ICollection.CopyTo(Array, Int32)

Siehe auch

Verweis

SfcCollection<T, K, ParentT> Klasse

CopyTo-Überladung

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace