DataConnectionProperties.Initialize(IDictionary<String,Object>) Method

Definition

Initializes the current DataConnectionProperties instance to its default state, and then sets each property in the specified dictionary.

protected:
 void Initialize(System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ properties);
protected void Initialize (System.Collections.Generic.IDictionary<string,object> properties);
member this.Initialize : System.Collections.Generic.IDictionary<string, obj> -> unit
Protected Sub Initialize (properties As IDictionary(Of String, Object))

Parameters

properties
IDictionary<String,Object>

A dictionary of property name/value pairs with which the current DataConnectionProperties instance is configured. This parameter may be null, in which case no properties are configured.

Applies to