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 | |
---|---|---|
SQLWBToolsOptionsPage<TOptions> | Initializes a new instance of the SQLWBToolsOptionsPage<TOptions> class. |
Top
Properties
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from Component.) | |
Container | (Inherited from Component.) | |
DesignMode | (Inherited from Component.) | |
Events | (Inherited from Component.) | |
Site | (Inherited from Component.) |
Top
Methods
Name | Description | |
---|---|---|
AbortEditSettings | Cancels the changes. (Overrides SQLWorkbenchToolsOptionsPageAbortEditSettings().) | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | (Inherited from Component.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Component.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetOptionsDialogType | Gets the option's dialog box type. | |
GetService | (Inherited from SQLWorkbenchToolsOptionsPage.) | |
GetType | (Inherited from Object.) | |
GetWindow | Retrieves the window that this options page uses. (Overrides SQLWorkbenchToolsOptionsPageGetWindow().) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
LoadSettings | Loads the settings from a file. (Overrides SQLWorkbenchToolsOptionsPageLoadSettings().) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
OnActivate | (Inherited from SQLWorkbenchToolsOptionsPage.) | |
OnDeactivate | Called when this option loses activation. (Overrides SQLWorkbenchToolsOptionsPageOnDeactivate().) | |
SaveSettings | Saves Options page settings. (Overrides SQLWorkbenchToolsOptionsPageSaveSettings().) | |
ToString | (Inherited from Component.) |
Top
Fields
Name | Description | |
---|---|---|
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.) |
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.