共用方式為


HelpContextAttribute Constructor (String, String, String)

Initializes a new instance of the HelpContextAttribute class by using the F1 keyword, collection, and filter parameters.

命名空間: Microsoft.SqlServer.Dts.Design
組件: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)

語法

'宣告
Public Sub New ( _
    helpCollection As String, _
    helpFilter As String, _
    f1Keyword As String _
)
public HelpContextAttribute (
    string helpCollection,
    string helpFilter,
    string f1Keyword
)
public:
HelpContextAttribute (
    String^ helpCollection, 
    String^ helpFilter, 
    String^ f1Keyword
)
public HelpContextAttribute (
    String helpCollection, 
    String helpFilter, 
    String f1Keyword
)
public function HelpContextAttribute (
    helpCollection : String, 
    helpFilter : String, 
    f1Keyword : String
)

參數

  • helpCollection
    The Help collection from which to retrieve the Help.
  • helpFilter
    The filter applied to the Help.
  • f1Keyword
    The keyword of the Help topic to display.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

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