SfcDictionaryCollection<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 Overrides Function RemoveImpl ( _
    obj As T _
) As Boolean
用法
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

参数

  • obj
    类型:T
    The object to be removed.

返回值

类型:System.Boolean
true if the object is successfully removed; otherwise, false or if the object is not found in the collection.

请参阅

参考

SfcDictionaryCollection<T, K, ParentT> 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间