SfcCollection<T, K, ParentT>.ImplAddExisting Method

Adds the specified object to the 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 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
)

Parameters

  • obj
    Type: T
    The object to add.