Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the HelpContextAttribute class by using the F1 keyword, collection, and filter parameters.
Espace de noms: Microsoft.SqlServer.Dts.Design
Assembly: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)
Syntaxe
'Déclaration
Public Sub New ( _
helpCollection As String, _
helpFilter As String, _
f1Keyword As String _
)
public HelpContextAttribute (
string helpCollection,
string helpFilter,
string f1Keyword
)
public:
HelpContextAttribute (
String^ helpCollection,
String^ helpFilter,
String^ f1Keyword
)
public HelpContextAttribute (
String helpCollection,
String helpFilter,
String f1Keyword
)
public function HelpContextAttribute (
helpCollection : String,
helpFilter : String,
f1Keyword : String
)
Paramètres
- helpCollection
The Help collection from which to retrieve the Help.
- helpFilter
The filter applied to the Help.
- 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