Compartir a través de


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

Cuando es implementada por una clase, agrega una nueva propiedad a la colección actual de propiedades de conexión.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services.SupportEntities
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
Sub Add ( _
    key As String, _
    type As Type, _
    value As Object _
)
void Add(
    string key,
    Type type,
    Object value
)
void Add(
    String^ key, 
    Type^ type, 
    Object^ value
)
abstract Add : 
        key:string * 
        type:Type * 
        value:Object -> unit 
function Add(
    key : String, 
    type : Type, 
    value : Object
)

Parámetros

  • type
    Tipo: System.Type
    Un objeto de Type que representa el tipo de la propiedad.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataConnectionProperties Interfaz

Add (Sobrecarga)

Microsoft.VisualStudio.Data.Services.SupportEntities (Espacio de nombres)