Compartir a través de


AdoDotNetConnectionProperties.Add (Método) (String, Object)

Agrega una nueva propiedad a la colección actual de propiedades de conexión.Genera el evento PropertyChanged.

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

Sintaxis

'Declaración
Public Overridable Sub Add ( _
    key As String, _
    value As Object _
)
public virtual void Add(
    string key,
    Object value
)
public:
virtual void Add(
    String^ key, 
    Object^ value
)
abstract Add : 
        key:string * 
        value:Object -> unit 
override Add : 
        key:string * 
        value:Object -> unit 
public function Add(
    key : String, 
    value : Object
)

Parámetros

Implementaciones

IDictionary<TKey, TValue>.Add(TKey, TValue)

Excepciones

Excepción Condición
ArgumentNullException

El valor del parámetro propertyName es nullreferencia null (Nothing en Visual Basic).

NotSupportedException

La cadena de conexión no es extensible.

ArgumentException

La propiedad ya existe.

Seguridad de .NET Framework

Vea también

Referencia

AdoDotNetConnectionProperties Clase

Add (Sobrecarga)

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