SfcDictionaryCollection<T, K, ParentT>.RemoveImpl Método
Removes the specified object from the collection.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Protected Overrides Function RemoveImpl ( _
obj As T _
) As Boolean
'Uso
Dim obj As T
Dim returnValue As Boolean
returnValue = Me.RemoveImpl(obj)
protected override bool RemoveImpl(
T obj
)
protected:
virtual bool RemoveImpl(
T obj
) override
abstract RemoveImpl :
obj:'T -> bool
override RemoveImpl :
obj:'T -> bool
protected override function RemoveImpl(
obj : T
) : boolean
Parámetros
- obj
Tipo: T
The object to be removed.
Valor devuelto
Tipo: System.Boolean
true if the object is successfully removed; otherwise, false or if the object is not found in the collection.