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

이 특성이 제공하는 도움말 키워드입니다.

적용 대상