Partager via


Méthode SfcDictionaryCollection<T, K, ParentT>.Remove

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

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

Paramètres

  • obj
    Type : T
    The existing object.

Valeur de retour

Type : System.Boolean
true if the object is removed; otherwise, false.

Implémente

ICollection<T>.Remove(T)

Voir aussi

Référence

SfcDictionaryCollection<T, K, ParentT> Classe

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