Condividi tramite


Metodo ImplRemoveExisting

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

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

Parametri

  • obj
    Tipo: T
    The existing object.

Valore restituito

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