ConnectionSettingsOptionBase Class

Common base class that adds events when options are persisted.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      SQLWorkbenchToolsOptionsPage
        Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SQLWBToolsOptionsPage<QueryExecutionSettings>
          Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SQLWBToolsOptionsSqlPage
            Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ConnectionSettingsOptionBase
              Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ConnectionSettingsOption
              Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ConnectionSettingsOption2
              Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ConnectionSettingsOption4

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors.VS (in SQLEditors.VS.dll)

Syntax

'Declaration
Public Class ConnectionSettingsOptionBase _
    Inherits SQLWBToolsOptionsSqlPage
'Usage
Dim instance As ConnectionSettingsOptionBase
public class ConnectionSettingsOptionBase : SQLWBToolsOptionsSqlPage
public ref class ConnectionSettingsOptionBase : public SQLWBToolsOptionsSqlPage
type ConnectionSettingsOptionBase =  
    class
        inherit SQLWBToolsOptionsSqlPage
    end
public class ConnectionSettingsOptionBase extends SQLWBToolsOptionsSqlPage

The ConnectionSettingsOptionBase type exposes the following members.

Constructors

  Name Description
Public method ConnectionSettingsOptionBase Initializes a new instance of the ConnectionSettingsOptionBase class.

Top

Properties

  Name Description
Protected property CanRaiseEvents (Inherited from Component.)
Public property Container (Inherited from Component.)
Protected property DesignMode (Inherited from Component.)
Protected property Events (Inherited from Component.)
Public property Site (Inherited from Component.)

Top

Methods

  Name Description
Public method AbortEditSettings Cancels the changes. (Inherited from SQLWBToolsOptionsPage<TOptions>.)
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) (Inherited from Component.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Component.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Protected method GetOptionsDialogType Gets the option's dialog box type. (Inherited from SQLWBToolsOptionsPage<TOptions>.)
Protected method GetService (Inherited from SQLWorkbenchToolsOptionsPage.)
Public method GetType (Inherited from Object.)
Public method GetWindow Retrieves the window that this options page uses. (Inherited from SQLWBToolsOptionsPage<TOptions>.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method LoadSettings Loads the settings from a file. (Inherited from SQLWBToolsOptionsPage<TOptions>.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Protected method OnActivate (Inherited from SQLWorkbenchToolsOptionsPage.)
Protected method OnDeactivate Called when this option loses activation. (Inherited from SQLWBToolsOptionsPage<TOptions>.)
Public method SaveSettings Saves options page settings. (Overrides SQLWBToolsOptionsSqlPage.SaveSettings().)
Public method ToString (Inherited from Component.)

Top

Events

  Name Description
Public event Disposed (Inherited from Component.)

Top

Fields

  Name Description
Protected field guid (Inherited from SQLWorkbenchToolsOptionsPage.)
Protected field m_dlg User control that is shown in on one of the Tools menu, Options submenu tabs. (Inherited from SQLWBToolsOptionsPage<TOptions>.)
Protected field name (Inherited from SQLWorkbenchToolsOptionsPage.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.