AdoDotNetConnectionProperties.ICollection<KeyValuePair<String, Object>>.ICollection 方法

测试的指定属性名和值对是否的当前成员设置附加属性。

命名空间:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
程序集:  Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.dll 中)

语法

声明
Private Function Remove ( _
    item As KeyValuePair(Of String, Object) _
) As Boolean Implements ICollection(Of KeyValuePair(Of String, Object)).Remove
bool ICollection<KeyValuePair<string, Object>>.Remove(
    KeyValuePair<string, Object> item
)
private:
virtual bool Remove(
    KeyValuePair<String^, Object^> item
) sealed = ICollection<KeyValuePair<String^, Object^>>::Remove
private abstract Remove : 
        item:KeyValuePair<string, Object> -> bool  
private override Remove : 
        item:KeyValuePair<string, Object> -> bool
JScript 不支持显式接口实现。

参数

  • item
    类型:KeyValuePair<String, Object>

    测试状态的属性和值。

返回值

类型:Boolean
true ,如果指定的属性。属性连接集合的成员;否则为 false。

实现

ICollection.Remove(UTP)

.NET Framework 安全性

请参阅

参考

AdoDotNetConnectionProperties 类

Microsoft.VisualStudio.Data.Framework.AdoDotNet 命名空间