AnalysisServicesExecutionOptions(String, Guid, IServiceProvider) Constructor
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.
Initializes a new instance of the AnalysisServicesExecutionOptions class.
public:
AnalysisServicesExecutionOptions(System::String ^ name, Guid guid, IServiceProvider ^ sp);
public AnalysisServicesExecutionOptions (string name, Guid guid, IServiceProvider sp);
new Microsoft.SqlServer.Management.UI.VSIntegration.Editors.AnalysisServicesExecutionOptions : string * Guid * IServiceProvider -> Microsoft.SqlServer.Management.UI.VSIntegration.Editors.AnalysisServicesExecutionOptions
Public Sub New (name As String, guid As Guid, sp As IServiceProvider)
Parameters
- name
- String
A string value that specifies the name of the options page.
An IServiceProvider object that specifies the Visual Studio service Provider.