Share via


SfcCollection<T, K, ParentT>.AddImpl Method

Adds an object or member to this collection.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Protected MustOverride Sub AddImpl ( _
    obj As T _
)
'Usage
Dim obj As T

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

Parameters

  • obj
    Type: T
    The object to be added to the collection.

See Also

Reference

SfcCollection<T, K, ParentT> Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace