ConnectionSettingsOption4 Class

Definition

Corresponds to the fourth connection option page on the Tools menu, Options submenu.

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

Constructors

ConnectionSettingsOption4(String, Guid, IServiceProvider)

Initializes a new instance of the ConnectionSettingsOption4 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 dialog box type of options page.

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

Retrieves the window that this options page uses.

(Inherited from SQLWBToolsOptionsPage<TOptions>)
LoadSettings()

Loads the settings from a file.

(Inherited from SQLWBToolsOptionsPage<TOptions>)
OnActivate() (Inherited from SQLWorkbenchToolsOptionsPage)
OnDeactivate()

Called when this option loses activation.

(Inherited from SQLWBToolsOptionsPage<TOptions>)
SaveSettings()

Saves options page settings.

(Inherited from ConnectionSettingsOptionBase)

Applies to