SfcCollection<T, K, ParentT>.ImplRemoveExisting Method
Removes the specified object from the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected MustOverride Function ImplRemoveExisting ( _
obj As T _
) As Boolean
'Usage
Dim obj As T
Dim returnValue As Boolean
returnValue = Me.ImplRemoveExisting(obj)
protected abstract bool ImplRemoveExisting(
T obj
)
protected:
virtual bool ImplRemoveExisting(
T obj
) abstract
abstract ImplRemoveExisting :
obj:'T -> bool
protected abstract function ImplRemoveExisting(
obj : T
) : boolean
Parameters
- obj
Type: T
The object to remove.
Return Value
Type: System.Boolean
true if the specified object has been removed; otherwise, false.