Méthode DependencyChainCollection.Contains (Dependency)
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Determines whether the specified Dependency object is in 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 Contains ( _
value As Dependency _
) As Boolean
'Utilisation
Dim instance As DependencyChainCollection
Dim value As Dependency
Dim returnValue As Boolean
returnValue = instance.Contains(value)
public bool Contains(
Dependency value
)
public:
bool Contains(
Dependency^ value
)
member Contains :
value:Dependency -> bool
public function Contains(
value : Dependency
) : boolean
Paramètres
- value
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Dependency
The Dependency object to find.
Valeur de retour
Type : System.Boolean
true if value is found in the collection; otherwise, false.