Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Removes the specified object from the collection.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected MustOverride Function RemoveImpl ( _
obj As T _
) As Boolean
'Usage
Dim obj As T
Dim returnValue As Boolean
returnValue = Me.RemoveImpl(obj)
protected abstract bool RemoveImpl(
T obj
)
protected:
virtual bool RemoveImpl(
T obj
) abstract
abstract RemoveImpl :
obj:'T -> bool
protected abstract function RemoveImpl(
obj : T
) : boolean
Parameter
- obj
Typ: T
The object to be removed from the collection.
Rückgabewert
Typ: System.Boolean
true if the object is successfully removed; otherwise, false or if the object is not found in the collection.