HelpContextAttribute Constructor (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 _
)
public HelpContextAttribute (
string f1Keyword
)
public:
HelpContextAttribute (
String^ f1Keyword
)
public HelpContextAttribute (
String f1Keyword
)
public function HelpContextAttribute (
f1Keyword : String
)
Parameter
- f1Keyword
The keyword of the Help topic to display.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
HelpContextAttribute Class
HelpContextAttribute Members
Microsoft.SqlServer.Dts.Design Namespace