Конструктор 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.