HelpKeyWordAttribute(String) 建構函式

定義

使用指定的說明關鍵字,初始化 HelpKeyWordAttribute 類別的新執行個體。

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

這個屬性提供的說明關鍵字。

適用於