Méthode AddImpl
Adds the specified object to this collection
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Protected Sub AddImpl ( _
obj As SqlSmoObject _
)
'Utilisation
Dim obj As SqlSmoObject
Me.AddImpl(obj)
protected void AddImpl(
SqlSmoObject obj
)
protected:
void AddImpl(
SqlSmoObject^ obj
)
member AddImpl :
obj:SqlSmoObject -> unit
protected function AddImpl(
obj : SqlSmoObject
)
Paramètres
Voir aussi