ImplAddExisting méthode
Adds an object to the collection.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Protected MustOverride Sub ImplAddExisting ( _
smoObj As SqlSmoObject _
)
'Utilisation
Dim smoObj As SqlSmoObject
Me.ImplAddExisting(smoObj)
protected abstract void ImplAddExisting(
SqlSmoObject smoObj
)
protected:
virtual void ImplAddExisting(
SqlSmoObject^ smoObj
) abstract
abstract ImplAddExisting :
smoObj:SqlSmoObject -> unit
protected abstract function ImplAddExisting(
smoObj : SqlSmoObject
)
Paramètres
- smoObj
Type : Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
A SqlSmoObject object that specifies the object to be added to the collection.