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 (in SQLEditors.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 | Security Critical. (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 | Security Critical. (Inherited from MarshalByRefObject.) | |
GetOptionsDialogType | Gets the option's dialog box type. | |
GetService | (Inherited from Component.) | |
GetType | (Inherited from Object.) | |
GetWindow | Retrieves the window that this options page uses. (Overrides SQLWorkbenchToolsOptionsPageGetWindow.) | |
InitializeLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) | |
LoadSettings | Loads the settings from a file. (Overrides SQLWorkbenchToolsOptionsPageLoadSettings.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
OnDeactivate | Called when this option loses activation. (Overrides SQLWorkbenchToolsOptionsPageOnDeactivate.) | |
SaveSettings | Saves Options page settings. (Overrides SQLWorkbenchToolsOptionsPageSaveSettings.) | |
ToString | (Inherited from Component.) |
Top
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from Component.) |
Top
Fields
Name | Description | |
---|---|---|
m_dlg | User control that is shown in on one of the Tools menu, Options submenu tabs. |
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.
See Also
Reference
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace