Partager via


Méthode SfcCollatedDictionaryCollection<T, K, ParentT>.RemoveImpl

Removes the specified object from 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
Protected Overrides Function RemoveImpl ( _
    obj As T _
) As Boolean
'Utilisation
Dim obj As T
Dim returnValue As Boolean 

returnValue = Me.RemoveImpl(obj)
protected override bool RemoveImpl(
    T obj
)
protected:
virtual bool RemoveImpl(
    T obj
) override
abstract RemoveImpl : 
        obj:'T -> bool  
override RemoveImpl : 
        obj:'T -> bool
protected override function RemoveImpl(
    obj : T
) : boolean

Paramètres

  • obj
    Type : T
    The object to be removed in the collection.

Valeur de retour

Type : System.Boolean
true if the object is successfully removed; otherwise, false or if the object is not found in the collection.

Voir aussi

Référence

SfcCollatedDictionaryCollection<T, K, ParentT> Classe

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