Compartir a través de


SfcCollection<T, K, ParentT>.AddImpl Método

Adds an object or member to this collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Protected MustOverride Sub AddImpl ( _
    obj As T _
)
'Uso
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
)

Parámetros

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

Vea también

Referencia

SfcCollection<T, K, ParentT> Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc