DataConnectionProperties.Initialize(IDictionary) Method

Definition

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

protected:
 void Initialize(System::Collections::IDictionary ^ properties);
protected void Initialize (System.Collections.IDictionary properties);
member this.Initialize : System.Collections.IDictionary -> unit
Protected Sub Initialize (properties As IDictionary)

Parameters

properties
IDictionary

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