HelpContextAttribute Constructor (String)

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

命名空间: Microsoft.SqlServer.Dts.Design
程序集: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)

语法

声明
Public Sub New ( _
    f1Keyword As String _
)
public HelpContextAttribute (
    string f1Keyword
)
public:
HelpContextAttribute (
    String^ f1Keyword
)
public HelpContextAttribute (
    String f1Keyword
)
public function HelpContextAttribute (
    f1Keyword : String
)

参数

  • f1Keyword
    The keyword of the Help topic to display.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

HelpContextAttribute Class
HelpContextAttribute Members
Microsoft.SqlServer.Dts.Design Namespace