Partager via


Méthode ImplAddExisting

Adds an existing specified object to this collection. 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 Sub ImplAddExisting ( _
    obj As T _
)
'Utilisation
Dim obj As T

Me.ImplAddExisting(obj)
protected override void ImplAddExisting(
    T obj
)
protected:
virtual void ImplAddExisting(
    T obj
) override
abstract ImplAddExisting : 
        obj:'T -> unit 
override ImplAddExisting : 
        obj:'T -> unit 
protected override function ImplAddExisting(
    obj : T
)

Paramètres

  • obj
    Type : T
    The existing object.