Initializes the current DataConnectionProperties instance to its default state, then sets each property in the specified dictionary.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Protected Sub Initialize ( _
properties As IDictionary _
)
'使用
Dim properties As IDictionary
Me.Initialize(properties)
protected void Initialize(
IDictionary properties
)
protected:
void Initialize(
IDictionary^ properties
)
protected function Initialize(
properties : IDictionary
)
Parameters
properties
Type: System.Collections.IDictionaryA dictionary of property name/value pairs with which the current DataConnectionProperties instance is configured. This parameter may be a null reference (Nothing in Visual Basic), in which case no properties are configured.
Remarks
This method first clears all the internal storage of properties, then calls the InitializeProperties, InitializeSynonyms, and InitializeValues methods, in that order.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataConnectionProperties Class