Condividi tramite


Metodo ImplAddExisting

Adds an item 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 Overrides Sub ImplAddExisting ( _
    obj As T _
)
'Utilizzo
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
)

Parametri

  • obj
    Tipo: T
    The object to add to the collection.