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.