DataConnectionProperties.Initialize(IDictionary) 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.
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.