SQLWBToolsOptionsPage<TOptions>(String, Guid, IServiceProvider) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 SQLWBToolsOptionsPage<TOptions> 類別的新執行個體。
public:
SQLWBToolsOptionsPage(System::String ^ name, Guid guid, IServiceProvider ^ sp);
public SQLWBToolsOptionsPage(string name, Guid guid, IServiceProvider sp);
new Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SQLWBToolsOptionsPage<'Options> : string * Guid * IServiceProvider -> Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SQLWBToolsOptionsPage<'Options>
Public Sub New (name As String, guid As Guid, sp As IServiceProvider)
參數
- name
- String
一個包含選項頁面名稱的字串值。
- guid
- Guid
選項頁面的 GUID。
Visual Studio System.IserviceProvider 物件。