SqlWorkbenchOption Class

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

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.SqlWorkbenchOption

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

Syntax

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

The SqlWorkbenchOption type exposes the following members.

Constructors

  Name Description
Public method SqlWorkbenchOption Initializes a new instance of the SqlWorkbenchOption 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 options page dialog box type. (Overrides SQLWBToolsOptionsPage<TOptions>.GetOptionsDialogType().)
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 settings for the Environment option page. (Overrides SQLWBToolsOptionsPage<TOptions>.LoadSettings().)
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 settings. Saves startup option into registry as well. (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.