Udostępnij za pośrednictwem


Metoda SfcCollection<T, K, ParentT>.ImplAddExisting

Dodaje określony obiekt do kolekcja.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Protected MustOverride Sub ImplAddExisting ( _
    obj As T _
)
'Użycie
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
)

Parametry

  • obj
    Typ: T
    Aby dodać obiekt.