Compartir a través de


ImplRemoveExisting Método

Removes the specified object from the collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

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 ImplRemoveExisting ( _
    obj As T _
) As Boolean
'Uso
Dim obj As T
Dim returnValue As Boolean

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

Parámetros

  • obj
    Tipo: T
    The object to remove.

Valor devuelto

Tipo: System. . :: . .Boolean
true if the specified object has been removed; otherwise, false.