SfcDictionaryCollection<T, K, ParentT>.ImplAddExisting Method
Adds an existing specified object to this collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Overrides Sub ImplAddExisting ( _
    obj As T _
)
'Usage
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
)
Parameters
- obj
Type: T
The existing object.