次の方法で共有


RegisterServerHelpKeyWordAttribute(String) コンストラクター

定義

指定されたヘルプ キーワードを使用して、RegisterServerHelpKeyWordAttribute クラスの新しいインスタンスを初期化します。

public:
 RegisterServerHelpKeyWordAttribute(System::String ^ helpKeyword);
public RegisterServerHelpKeyWordAttribute (string helpKeyword);
new Microsoft.SqlServer.Management.UI.ConnectionDlg.RegisterServerHelpKeyWordAttribute : string -> Microsoft.SqlServer.Management.UI.ConnectionDlg.RegisterServerHelpKeyWordAttribute
Public Sub New (helpKeyword As String)

パラメーター

helpKeyword
String

ヘルプ キーワードを表す String です。

適用対象