Méthode DependencyChainCollection.Add (Dependency)
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Adds the specified Dependency object to the collection.
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 Function Add ( _
value As Dependency _
) As Integer
'Utilisation
Dim instance As DependencyChainCollection
Dim value As Dependency
Dim returnValue As Integer
returnValue = instance.Add(value)
public int Add(
Dependency value
)
public:
int Add(
Dependency^ value
)
member Add :
value:Dependency -> int
public function Add(
value : Dependency
) : int
Paramètres
- value
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Dependency
The Dependency object to add.
Valeur de retour
Type : System.Int32
The index at which the Dependency object has been added.