SQLWBToolsOptionsPage<TOptions> Class

Base class for all Management Studio pages on the Tools menu, Options submenu.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      SQLWorkbenchToolsOptionsPage
        Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SQLWBToolsOptionsPage<TOptions>
          Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SQLWBToolsOptionsOlapPage
          Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SQLWBToolsOptionsSqlPage

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

Syntax

'Declaration
Public Class SQLWBToolsOptionsPage(Of TOptions) _
    Inherits SQLWorkbenchToolsOptionsPage
'Usage
Dim instance As SQLWBToolsOptionsPage(Of TOptions)
public class SQLWBToolsOptionsPage<TOptions> : SQLWorkbenchToolsOptionsPage
generic<typename TOptions>
public ref class SQLWBToolsOptionsPage : public SQLWorkbenchToolsOptionsPage
type SQLWBToolsOptionsPage<'TOptions> =  
    class
        inherit SQLWorkbenchToolsOptionsPage
    end
JScript does not support generic types and methods.

Type Parameters

  • TOptions

The SQLWBToolsOptionsPage<TOptions> type exposes the following members.

Constructors

  Name Description
Public method SQLWBToolsOptionsPage<TOptions> Initializes a new instance of the SQLWBToolsOptionsPage<TOptions> 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. (Overrides SQLWorkbenchToolsOptionsPageAbortEditSettings().)
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.
Protected method GetService (Inherited from SQLWorkbenchToolsOptionsPage.)
Public method GetType (Inherited from Object.)
Public method GetWindow Retrieves the window that this options page uses. (Overrides SQLWorkbenchToolsOptionsPageGetWindow().)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method LoadSettings Loads the settings from a file. (Overrides SQLWorkbenchToolsOptionsPageLoadSettings().)
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. (Overrides SQLWorkbenchToolsOptionsPageOnDeactivate().)
Public method SaveSettings Saves Options page settings. (Overrides SQLWorkbenchToolsOptionsPageSaveSettings().)
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.
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.