SQLWBToolsOptionsOlapPage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for all OLAP option pages on one of the tabs in the Tools menu, Options submenu.
public ref class SQLWBToolsOptionsOlapPage : Microsoft::SqlServer::Management::UI::VSIntegration::Editors::SQLWBToolsOptionsPage<Microsoft::AnalysisServices::Management::UserSettings::AsUserSettings ^>
public class SQLWBToolsOptionsOlapPage : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SQLWBToolsOptionsPage<Microsoft.AnalysisServices.Management.UserSettings.AsUserSettings>
type SQLWBToolsOptionsOlapPage = class
inherit SQLWBToolsOptionsPage<AsUserSettings>
Public Class SQLWBToolsOptionsOlapPage
Inherits SQLWBToolsOptionsPage(Of AsUserSettings)
- Inheritance
-
SQLWBToolsOptionsPage<Microsoft.AnalysisServices.Management.UserSettings.AsUserSettings>SQLWBToolsOptionsOlapPage
- Derived
Constructors
SQLWBToolsOptionsOlapPage(String, Guid, IServiceProvider) |
Initializes a new instance of the SQLWBToolsOptionsOlapPage class. |
Fields
guid | (Inherited from SQLWorkbenchToolsOptionsPage) |
m_dlg |
User control that is shown in on one of the Tools menu, Options submenu tabs. (Inherited from SQLWBToolsOptionsPage<TOptions>) |
name | (Inherited from SQLWorkbenchToolsOptionsPage) |
Methods
AbortEditSettings() |
Cancels the changes. (Inherited from SQLWBToolsOptionsPage<TOptions>) |
GetOptionsDialogType() |
Gets the option's dialog box type. (Inherited from SQLWBToolsOptionsPage<TOptions>) |
GetService(Type) | (Inherited from SQLWorkbenchToolsOptionsPage) |
GetWindow() |
Retrieves the window that this options page uses. (Inherited from SQLWBToolsOptionsPage<TOptions>) |
LoadSettings() |
Loads the settings from a file. (Inherited from SQLWBToolsOptionsPage<TOptions>) |
OnActivate() | (Inherited from SQLWorkbenchToolsOptionsPage) |
OnDeactivate() |
Called when this option loses activation. (Inherited from SQLWBToolsOptionsPage<TOptions>) |
SaveSettings() |
Indicates the Save Options page settings. |