HelpContextAttribute-Konstruktor (String)
Initializes a new instance of the HelpContextAttribute class by using an F1 keyword parameter.
Namespace: Microsoft.SqlServer.Dts.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
Public Sub New ( _
f1Keyword As String _
)
'Usage
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
)
Parameter
- f1Keyword
Typ: System. . :: . .String
The keyword of the Help topic to display.