Metodo ImplAddExisting
Adds an object to the collection.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Protected MustOverride Sub ImplAddExisting ( _
smoObj As SqlSmoObject _
)
'Utilizzo
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
)
Parametri
- smoObj
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
A SqlSmoObject object that specifies the object to be added to the collection.
Vedere anche