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

适用于