ImplAddExisting 方法
Adds an object to the collection.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Protected MustOverride Sub ImplAddExisting ( _
smoObj As SqlSmoObject _
)
'用途
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
)
參數
- smoObj
型別:Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
A SqlSmoObject object that specifies the object to be added to the collection.