AdoDotNetConnectionProperties.ICollection<KeyValuePair<String, Object>>.Remove Method

Tests whether a specified property name and value pair is a member of the current set of connection properties.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
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 does not support explicit interface implementations.

Parameters

Return Value

Type: System.Boolean
true if the specified property is a member of the connection properties collection; otherwise false.

Implements

ICollection<T>.Remove(T)

.NET Framework Security

See Also

Reference

AdoDotNetConnectionProperties Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace