Méthode DependencyChainCollection.Insert (Int32, Dependency)
Ne faites pas directement référence à 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
- index
Type : System.Int32
The zero-based index at which value should be inserted
- value
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Dependency
The Dependency object to insert.