SqlWorkbenchOption Class

Definition

Corresponds to SQL Environment option page on the Tools menu, Options submenu.

public ref class SqlWorkbenchOption : Microsoft::SqlServer::Management::UI::VSIntegration::Editors::SQLWBToolsOptionsSqlPage
public class SqlWorkbenchOption : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SQLWBToolsOptionsSqlPage
type SqlWorkbenchOption = class
    inherit SQLWBToolsOptionsSqlPage
Public Class SqlWorkbenchOption
Inherits SQLWBToolsOptionsSqlPage
Inheritance
SQLWBToolsOptionsPage<Microsoft.SqlServer.Management.UserSettings.QueryExecutionSettings>
SqlWorkbenchOption

Constructors

SqlWorkbenchOption(String, Guid, IServiceProvider)

Initializes a new instance of the SqlWorkbenchOption class.

Fields

guid (Inherited from SQLWorkbenchToolsOptionsPage)
m_dlg

User control that is shown in on one of the Tools menu, Options submenu tabs.

(Inherited from SQLWBToolsOptionsPage<TOptions>)
name (Inherited from SQLWorkbenchToolsOptionsPage)

Methods

AbortEditSettings()

Cancels the changes.

(Inherited from SQLWBToolsOptionsPage<TOptions>)
GetOptionsDialogType()

Gets the options page dialog box type.

GetService(Type) (Inherited from SQLWorkbenchToolsOptionsPage)
GetWindow()

Retrieves the window that this options page uses.

(Inherited from SQLWBToolsOptionsPage<TOptions>)
LoadSettings()

Loads settings for the Environment option page.

OnActivate() (Inherited from SQLWorkbenchToolsOptionsPage)
OnDeactivate()

Called when this option loses activation.

(Inherited from SQLWBToolsOptionsPage<TOptions>)
SaveSettings()

Saves settings. Saves startup option into registry as well.

Applies to