Partager via


Méthode Insert (Int32, Dependency)

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Inserts the specified Dependency object into the collection at the specified index.

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 Insert ( _
    index As Integer, _
    value As Dependency _
)
'Utilisation
Dim instance As DependencyChainCollection
Dim index As Integer
Dim value As Dependency

instance.Insert(index, value)
public void Insert(
    int index,
    Dependency value
)
public:
void Insert(
    int index, 
    Dependency^ value
)
member Insert : 
        index:int * 
        value:Dependency -> unit 
public function Insert(
    index : int, 
    value : Dependency
)

Paramètres