AnalysisServicesExecutionOptions Class

Definition

Class that corresponds to Analysis Services result option page in Tools/Options. This class is used for editions of SQL Server other than SQL Server Express.

public ref class AnalysisServicesExecutionOptions : Microsoft::SqlServer::Management::UI::VSIntegration::Editors::SQLWBToolsOptionsOlapPage
public class AnalysisServicesExecutionOptions : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SQLWBToolsOptionsOlapPage
type AnalysisServicesExecutionOptions = class
    inherit SQLWBToolsOptionsOlapPage
Public Class AnalysisServicesExecutionOptions
Inherits SQLWBToolsOptionsOlapPage
Inheritance
SQLWBToolsOptionsPage<Microsoft.AnalysisServices.Management.UserSettings.AsUserSettings>
AnalysisServicesExecutionOptions

Constructors

AnalysisServicesExecutionOptions(String, Guid, IServiceProvider)

Initializes a new instance of the AnalysisServicesExecutionOptions 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 dialog type of the options page.

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.

(Inherited from SQLWBToolsOptionsOlapPage)

Applies to