DataConnectionProperties.InitializeValues(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 values for a specified set of properties using a dictionary of name/value pairs.
protected:
virtual void InitializeValues(System::Collections::IDictionary ^ values);
protected virtual void InitializeValues (System.Collections.IDictionary values);
abstract member InitializeValues : System.Collections.IDictionary -> unit
override this.InitializeValues : System.Collections.IDictionary -> unit
Protected Overridable Sub InitializeValues (values As IDictionary)
Parameters
- values
- IDictionary
A dictionary of property name/value pairs.