HelpContextAttribute 构造函数 (String)

Initializes a new instance of the HelpContextAttribute class by using an F1 keyword parameter.

命名空间:  Microsoft.SqlServer.Dts.Design
程序集:  Microsoft.SqlServer.Dts.Design(在 Microsoft.SqlServer.Dts.Design.dll 中)

语法

声明
Public Sub New ( _
    f1Keyword As String _
)
用法
Dim f1Keyword As String 

Dim instance As New HelpContextAttribute(f1Keyword)
public HelpContextAttribute(
    string f1Keyword
)
public:
HelpContextAttribute(
    String^ f1Keyword
)
new : 
        f1Keyword:string -> HelpContextAttribute
public function HelpContextAttribute(
    f1Keyword : String
)

参数

  • f1Keyword
    类型:System.String
    The keyword of the Help topic to display.

请参阅

参考

HelpContextAttribute 类

HelpContextAttribute 重载

Microsoft.SqlServer.Dts.Design 命名空间