Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Protected Sub Initialize ( _
properties As IDictionary _
)
protected void Initialize(
IDictionary properties
)
protected:
void Initialize(
IDictionary^ properties
)
member Initialize :
properties:IDictionary -> unit
protected function Initialize(
properties : IDictionary
)
Parameters
- properties
Type: System.Collections.IDictionary
A dictionary of property name/value pairs with which the current DataConnectionProperties instance is configured. This parameter may be nulla 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.
.NET Framework Security
- 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.