Udostępnij za pośrednictwem


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
)

Parameters

  • f1Keyword
    The keyword of the Help topic to display.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

HelpContextAttribute Class
HelpContextAttribute Members
Microsoft.SqlServer.Dts.Design Namespace