Partager via


Méthode SfcDictionaryCollection<T, K, ParentT>.Contains (T)

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

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 Overrides Function Contains ( _
    obj As T _
) As Boolean
'Utilisation
Dim instance As SfcDictionaryCollection 
Dim obj As T
Dim returnValue As Boolean 

returnValue = instance.Contains(obj)
public override bool Contains(
    T obj
)
public:
virtual bool Contains(
    T obj
) override
abstract Contains : 
        obj:'T -> bool  
override Contains : 
        obj:'T -> bool
public override function Contains(
    obj : T
) : boolean

Paramètres

  • obj
    Type : T
    The objects in the collection.

Valeur de retour

Type : System.Boolean
true if the collection contains the specified object; otherwise, false.

Implémente

ICollection<T>.Contains(T)

Voir aussi

Référence

SfcDictionaryCollection<T, K, ParentT> Classe

Surcharge Contains

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc