Compartilhar via


Método SfcCollection<T, K, ParentT>.RemoveImpl

Removes the specified object from the collection.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Protected MustOverride Function RemoveImpl ( _
    obj As T _
) As Boolean
'Uso
Dim obj As T
Dim returnValue As Boolean 

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

Parâmetros

  • obj
    Tipo: T
    The object to be removed from the collection.

Valor de retorno

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

Consulte também

Referência

SfcCollection<T, K, ParentT> Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc