Méthode ImplRemoveExisting
Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Protected Overrides Function ImplRemoveExisting ( _
obj As T _
) As Boolean
'Utilisation
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
Paramètres
- obj
Type : T
The existing object.
Valeur de retour
Type : System. . :: . .Boolean
The current object to remove.