IVsDataConnectionProperties.Add(String, Type, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- value
- Object
Value of the property being added.