Condividi tramite


Metodo ImplAddExisting

Adds the specified object to the collection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Protected MustOverride Sub ImplAddExisting ( _
    obj As T _
)
'Utilizzo
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
)

Parametri

  • obj
    Tipo: T
    The object to add.