IVsDataConnectionProperties.Add(String, Type, Object) Method

Definition

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

public:
 void Add(System::String ^ key, Type ^ type, System::Object ^ value);
public void Add (string key, Type type, object value);
abstract member Add : string * Type * obj -> unit
Public Sub Add (key As String, type As Type, value As Object)

Parameters

key
String

Name of the property being added.

type
Type

A Type object representing the type of the property.

value
Object

Value of the property being added.

Applies to