HelpKeyWordAttribute(String) 建構函式

定義

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

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

參數

helpKeyword
String

此屬性提供的「幫助」關鍵字。

適用於