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