Partilhar via


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

Quando implementado por uma classe, adicione uma nova propriedade à coleção atual das propriedades de conexão.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
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

  • key
    Tipo: System.String
    Nome da propriedade que está sendo adicionada.
  • type
    Tipo: System.Type
    Um objeto de Type que representa o tipo da propriedade.
  • value
    Tipo: System.Object
    Valor da propriedade que está sendo adicionada.

Segurança do .NET Framework

Consulte também

Referência

IVsDataConnectionProperties Interface

Sobrecargas Add

Namespace Microsoft.VisualStudio.Data.Services.SupportEntities