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.