言語

SQLWBToolsOptionsOlapPage(String, Guid, IServiceProvider) コンストラクター

定義

SQLWBToolsOptionsOlapPage クラスの新しいインスタンスを初期化します。

public:
 SQLWBToolsOptionsOlapPage(System::String ^ name, Guid guid, IServiceProvider ^ sp);
public SQLWBToolsOptionsOlapPage(string name, Guid guid, IServiceProvider sp);
new Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SQLWBToolsOptionsOlapPage : string * Guid * IServiceProvider -> Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SQLWBToolsOptionsOlapPage
Public Sub New (name As String, guid As Guid, sp As IServiceProvider)

パラメーター

name
String

オプションページの名前を指定する文字列値。

guid
Guid

オプションページのGUID識別子。

sp
IServiceProvider

Visual Studio IServiceProvider

適用対象