SortedListCollectionBase.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
)

参数

示例

使用集合

请参阅

参考

SortedListCollectionBase 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

使用集合