ImplAddExisting 方法

Adds an item to the collection. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

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

语法

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

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

参数

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