Partager via


Méthode Contains (Dependency)

Ne référencez pas directement 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

Valeur de retour

Type : System. . :: . .Boolean
true if value is found in the collection; otherwise, false.