Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
)
Parameters
- f1Keyword
Type: System.String
The keyword of the Help topic to display.