Metodo SfcDictionaryCollection<T, K, ParentT>.RemoveImpl

Removes the specified object from the collection.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Protected Overrides Function RemoveImpl ( _
    obj As T _
) As Boolean
'Utilizzo
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

Parametri

  • obj
    Tipo: T
    The object to be removed.

Valore restituito

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

Vedere anche

Riferimento

SfcDictionaryCollection<T, K, ParentT> Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc