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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
HelpContextAttribute Class
HelpContextAttribute Members
Microsoft.SqlServer.Dts.Design Namespace