Freigeben über


ImplRemoveExisting-Methode

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

'Declaration
Protected Overrides Function ImplRemoveExisting ( _
    obj As T _
) As Boolean
'Usage
Dim obj As T
Dim returnValue As Boolean

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

Parameter

  • obj
    Typ: T
    The existing object.

Rückgabewert

Typ: System. . :: . .Boolean
The current object to remove.