SQLWBToolsOptionsPage<TOptions> Class

Definition

Represents a base class for all Management Studio pages on the Tools menu, Options submenu.

generic <typename TOptions>
public ref class SQLWBToolsOptionsPage : Microsoft::SqlServer::Management::UI::VSIntegration::SQLWorkbenchToolsOptionsPage
public class SQLWBToolsOptionsPage<TOptions> : Microsoft.SqlServer.Management.UI.VSIntegration.SQLWorkbenchToolsOptionsPage
type SQLWBToolsOptionsPage<'Options> = class
    inherit SQLWorkbenchToolsOptionsPage
Public Class SQLWBToolsOptionsPage(Of TOptions)
Inherits SQLWorkbenchToolsOptionsPage

Type Parameters

TOptions

A TOptions parameter.

Inheritance
SQLWBToolsOptionsPage<TOptions>
Derived

Constructors

SQLWBToolsOptionsPage<TOptions>(String, Guid, IServiceProvider)

Initializes a new instance of the SQLWBToolsOptionsPage<TOptions> class.

Fields

guid (Inherited from SQLWorkbenchToolsOptionsPage)
m_dlg

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

name (Inherited from SQLWorkbenchToolsOptionsPage)

Methods

AbortEditSettings()

Cancels the changes.

GetOptionsDialogType()

Gets the option's dialog box type.

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

Retrieves the window that this options page uses.

LoadSettings()

Loads the settings from a file.

OnActivate() (Inherited from SQLWorkbenchToolsOptionsPage)
OnDeactivate()

Called when this option loses activation.

SaveSettings()

Saves Options page settings.

Applies to