RegisterServerHelpKeyWordAttribute(String) 建構函式

定義

初始化一個新的類別實例 RegisterServerHelpKeyWordAttribute ,並使用指定的 Help 關鍵字。

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代表「幫助」關鍵字的 A。

適用於