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