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.