SfcCollatedDictionaryCollection<T, K, ParentT>.AddImpl 方法

Adds an object or member to this collection.

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

语法

声明
Protected Overrides Sub AddImpl ( _
    obj As T _
)
用法
Dim obj As T

Me.AddImpl(obj)
protected override void AddImpl(
    T obj
)
protected:
virtual void AddImpl(
    T obj
) override
abstract AddImpl : 
        obj:'T -> unit  
override AddImpl : 
        obj:'T -> unit
protected override function AddImpl(
    obj : T
)

参数

  • obj
    类型:T
    The object to be added to the collection.

请参阅

参考

SfcCollatedDictionaryCollection<T, K, ParentT> 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间