AdoDotNetConnectionProperties.ICollection<KeyValuePair<String, Object>>.Remove (Método)

Comprueba si un par especificado del nombre de propiedad y el valor es un miembro del conjunto de propiedades de conexión.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
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 no admite implementaciones explícitas de interfaces.

Parámetros

Valor devuelto

Tipo: System.Boolean
true si la propiedad especificada es miembro de la colección de las propiedades de conexión; si no false.

Implementaciones

ICollection<T>.Remove(T)

Seguridad de .NET Framework

Vea también

Referencia

AdoDotNetConnectionProperties Clase

Microsoft.VisualStudio.Data.Framework.AdoDotNet (Espacio de nombres)