Compartir a través de


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

Agrega una nueva propiedad a la colección actual 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
Public Overridable Sub Add ( _
    key As String, _
    type As Type, _
    value As Object _
)
public virtual void Add(
    string key,
    Type type,
    Object value
)
public:
virtual void Add(
    String^ key, 
    Type^ type, 
    Object^ value
)
abstract Add : 
        key:string * 
        type:Type * 
        value:Object -> unit 
override Add : 
        key:string * 
        type:Type * 
        value:Object -> unit 
public function Add(
    key : String, 
    type : Type, 
    value : Object
)

Parámetros

  • type
    Tipo: System.Type
    Tipo de la propiedad que se agrega.

Implementaciones

IVsDataConnectionProperties.Add(String, Type, Object)

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)