AnalysisServicesExecutionOptions(String, Guid, IServiceProvider) Constructor

Definition

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.

guid
Guid

A Guid object that identifies the options page.

sp
IServiceProvider

An IServiceProvider object that specifies the Visual Studio service Provider.

Applies to