Classe F1KeywordAttribute
Specifies the topic keyword to search for SQL Server Books Online when the F1 key is pressed in the query designer interface.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Attribute
Microsoft.ReportingServices.Interfaces..::..F1KeywordAttribute
Espace de noms : Microsoft.ReportingServices.Interfaces
Assembly : Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)
Syntaxe
'Déclaration
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public Class F1KeywordAttribute _
Inherits Attribute
'Utilisation
Dim instance As F1KeywordAttribute
[AttributeUsageAttribute(AttributeTargets.Class)]
public class F1KeywordAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class)]
public ref class F1KeywordAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Class)>]
type F1KeywordAttribute =
class
inherit Attribute
end
public class F1KeywordAttribute extends Attribute
Le type F1KeywordAttribute expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
F1KeywordAttribute(String) | ||
F1KeywordAttribute(String, Int32) | Initializes a new instance of the F1KeywordAttribute class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Keyword | Gets the F1 help keyword for a topic in SQL Server Books Online. | |
TopicId | Infrastructure. | |
TypeId | (hérité de Attribute.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Attribute.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Attribute.) | |
GetType | (hérité de Object.) | |
IsDefaultAttribute | (hérité de Attribute.) | |
Match | (hérité de Attribute.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
_Attribute. . :: . .GetIDsOfNames | (hérité de Attribute.) | |
_Attribute. . :: . .GetTypeInfo | (hérité de Attribute.) | |
_Attribute. . :: . .GetTypeInfoCount | (hérité de Attribute.) | |
_Attribute. . :: . .Invoke | (hérité de Attribute.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.