次の方法で共有


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 オブジェクト。

適用対象