Share via


IVsDataConnectionProperties.Add Method (String, Type, Object)

When implemented by a class, adds a new property to the current connection properties collection.

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

Syntax

'Declaration
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
)

Parameters

  • type
    Type: System.Type

    A Type object representing the type of the property.

.NET Framework Security

See Also

Reference

IVsDataConnectionProperties Interface

Add Overload

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace