Partager via


HelpContextAttribute Constructor (String)

Initializes a new instance of the HelpContextAttribute class by using an F1 keyword parameter.

Espace de noms: Microsoft.SqlServer.Dts.Design
Assembly: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    f1Keyword As String _
)
public HelpContextAttribute (
    string f1Keyword
)
public:
HelpContextAttribute (
    String^ f1Keyword
)
public HelpContextAttribute (
    String f1Keyword
)
public function HelpContextAttribute (
    f1Keyword : String
)

Paramètres

  • f1Keyword
    The keyword of the Help topic to display.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

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