ImplAddExisting-Methode
Adds the specified object to the collection. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected MustOverride Sub ImplAddExisting ( _
obj As T _
)
'Usage
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
)
Parameter
- obj
Typ: T
The object to add.