ImplAddExisting 方法
Adds the specified object to the collection. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Protected MustOverride Sub ImplAddExisting ( _
obj As T _
)
用法
Dim obj As T
Me.ImplAddExisting(obj)
protected abstract void ImplAddExisting(
T obj
)
protected:
virtual void ImplAddExisting(
T obj
) abstract
abstract ImplAddExisting :
obj:'T -> unit
protected abstract function ImplAddExisting(
obj : T
)
参数
- obj
类型:T
The object to add.