SqlLanguagePreferences.InitUserPreferences(RegistryKey, String) Method

Definition

Gets user-modifiable settings.

public:
 override void InitUserPreferences(Microsoft::Win32::RegistryKey ^ key, System::String ^ name);
public override void InitUserPreferences (Microsoft.Win32.RegistryKey key, string name);
override this.InitUserPreferences : Microsoft.Win32.RegistryKey * string -> unit
Public Overrides Sub InitUserPreferences (key As RegistryKey, name As String)

Parameters

key
RegistryKey

A RegistryKey object represents the base registry subkey.

name
String

A string value that specifies the name of the registry subkey containing the user settings.

Applies to