Метод SfcCollection<T, K, ParentT>.RemoveImpl
Removes the specified object from the collection.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Protected MustOverride Function RemoveImpl ( _
obj As T _
) As Boolean
'Применение
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
Параметры
- obj
Тип: T
The object to be removed from the collection.
Возвращаемое значение
Тип: System.Boolean
true if the object is successfully removed; otherwise, false or if the object is not found in the collection.