SqlWorkbenchKeyboardOption(String, Guid, IServiceProvider) 建構函式

定義

初始化 SqlWorkbenchKeyboardOption 類別的新執行個體。

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

參數

name
String

一個包含期權頁面名稱的字串。

guid
Guid

選項頁面的 GUID。

sp
IServiceProvider

Visual StudioIServiceProvider 物件。

適用於