Share via


Méthode ImplAddExisting

Adds an object to a collection.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Protected Overrides Sub ImplAddExisting ( _
    obj As SqlSmoObject _
)
'Utilisation
Dim obj As SqlSmoObject

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

Notes

Inherits from the abstract class AbstractCollectionBase.