AddImpl 方法

Adds the specified object to this collection

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Protected Sub AddImpl ( _
    obj As SqlSmoObject _
)
用法
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
)

示例

使用集合