Méthode DependencyChainCollection.CopyTo (array<Dependency , Int32)

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Copies the DependencyChainCollection to the specified array.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Sub CopyTo ( _
    array As Dependency(), _
    index As Integer _
)
'Utilisation
Dim instance As DependencyChainCollection 
Dim array As Dependency()
Dim index As Integer

instance.CopyTo(array, index)
public void CopyTo(
    Dependency[] array,
    int index
)
public:
void CopyTo(
    array<Dependency^>^ array, 
    int index
)
member CopyTo : 
        array:Dependency[] * 
        index:int -> unit
public function CopyTo(
    array : Dependency[], 
    index : int
)

Paramètres

  • index
    Type : System.Int32
    The zero-based index in array at which copying begins.

Voir aussi

Référence

DependencyChainCollection Classe

Surcharge CopyTo

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc