Méthode SmoCollectionBase.ImplAddExisting
Adds an existing object to the 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
)
Paramètres
- obj
Type : Microsoft.SqlServer.Management.Smo.SqlSmoObject
A SqlSmoObject that specifies the object to add to the collection.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.