Compartir a través de


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

Removes the specified object from the collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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 devuelto

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

Vea también

Referencia

SfcCollection<T, K, ParentT> Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc