AnalysisServicesExecutionOptions Constructor
Initializes a new instance of the AnalysisServicesExecutionOptions class.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
guid As Guid, _
sp As IServiceProvider _
)
'Usage
Dim name As String
Dim guid As Guid
Dim sp As IServiceProvider
Dim instance As New AnalysisServicesExecutionOptions(name, guid, _
sp)
public AnalysisServicesExecutionOptions(
string name,
Guid guid,
IServiceProvider sp
)
public:
AnalysisServicesExecutionOptions(
String^ name,
Guid guid,
IServiceProvider^ sp
)
new :
name:string *
guid:Guid *
sp:IServiceProvider -> AnalysisServicesExecutionOptions
public function AnalysisServicesExecutionOptions(
name : String,
guid : Guid,
sp : IServiceProvider
)
Parameters
- name
Type: System.String
A string value that specifies the name of the options page.
- guid
Type: System.Guid
A [T.System.Guid] object that identifies the options page.
- sp
Type: System.IServiceProvider
An IServiceProvider object that specifies the Visual Studio service Provider.
See Also
Reference
AnalysisServicesExecutionOptions Class
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace