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입니다.

적용 대상