AnalysisServicesResultsOptions Class
Class that corresponds to the Analysis Services result option page in Tools/Options. This class is used for editions of SQL Server other than SQL Server Express.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
SQLWorkbenchToolsOptionsPage
Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SQLWBToolsOptionsPage<AsUserSettings>
Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SQLWBToolsOptionsOlapPage
Microsoft.SqlServer.Management.UI.VSIntegration.Editors.AnalysisServicesResultsOptions
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.dll)
Syntax
'Declaration
Public Class AnalysisServicesResultsOptions _
Inherits SQLWBToolsOptionsOlapPage
'Usage
Dim instance As AnalysisServicesResultsOptions
public class AnalysisServicesResultsOptions : SQLWBToolsOptionsOlapPage
public ref class AnalysisServicesResultsOptions : public SQLWBToolsOptionsOlapPage
type AnalysisServicesResultsOptions =
class
inherit SQLWBToolsOptionsOlapPage
end
public class AnalysisServicesResultsOptions extends SQLWBToolsOptionsOlapPage
The AnalysisServicesResultsOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AnalysisServicesResultsOptions | Initializes a new instance of the AnalysisServicesResultsOptions 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. (Inherited from SQLWBToolsOptionsPage<TOptions>.) | |
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 type of the options-page dialog. (Overrides SQLWBToolsOptionsPage<TOptions>.GetOptionsDialogType().) | |
GetService | (Inherited from Component.) | |
GetType | (Inherited from Object.) | |
GetWindow | Retrieves the window that this options page uses. (Inherited from SQLWBToolsOptionsPage<TOptions>.) | |
InitializeLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) | |
LoadSettings | Loads the settings from a file. (Inherited from SQLWBToolsOptionsPage<TOptions>.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
OnDeactivate | Called when this option loses activation. (Inherited from SQLWBToolsOptionsPage<TOptions>.) | |
SaveSettings | Saves options settings to file. (Overrides SQLWBToolsOptionsOlapPage.SaveSettings().) | |
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. (Inherited from SQLWBToolsOptionsPage<TOptions>.) |
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