SqlResultsGeneralOption Class

Definition

Class that corresponds to General SQL result option page on the Tools menu, Options submenu.

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

Constructors

SqlResultsGeneralOption(String, Guid, IServiceProvider)

Initializes a new instance of the SqlResultsGeneralOption 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 type.

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

Retrieves the window that this options page uses.

(Inherited from SQLWBToolsOptionsPage<TOptions>)
LoadSettings()

Loads settings for General SQL result option page.

OnActivate() (Inherited from SQLWorkbenchToolsOptionsPage)
OnDeactivate()

Called when this option loses activation.

(Inherited from SQLWBToolsOptionsPage<TOptions>)
SaveSettings()

Saves settings for General SQL result option page.

Applies to