Metoda SfcCollatedDictionaryCollection<T, K, ParentT>.ImplRemoveExisting
Usuwa określony obiekt z 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 Overrides Function ImplRemoveExisting ( _
obj As T _
) As Boolean
'Użycie
Dim obj As T
Dim returnValue As Boolean
returnValue = Me.ImplRemoveExisting(obj)
protected override bool ImplRemoveExisting(
T obj
)
protected:
virtual bool ImplRemoveExisting(
T obj
) override
abstract ImplRemoveExisting :
obj:'T -> bool
override ImplRemoveExisting :
obj:'T -> bool
protected override function ImplRemoveExisting(
obj : T
) : boolean
Parametry
- obj
Typ: T
Obiekt usunięty z kolekcja.
Wartość zwracana
Typ: System.Boolean
TRUE , jeśli obiekt został pomyślnie usunięty; w przeciwnym razie false.