次の方法で共有


DataConnectionProperties.InitializeValue(String, Object) Method

Definition

Initializes the value of a specified connection property.

protected:
 void InitializeValue(System::String ^ key, System::Object ^ value);
protected void InitializeValue (string key, object value);
member this.InitializeValue : string * obj -> unit
Protected Sub InitializeValue (key As String, value As Object)

Parameters

key
String

The name of a property being initialized.

value
Object

The value to which the property is initialized.

Exceptions

The key parameter is null.

Applies to