Classe F1KeywordAttribute
Represents the topic keyword to search for SQL Server Books Online when the F1 key is pressed in the query designer interface.
Hierarquia de herança
System.Object
System.Attribute
Microsoft.ReportingServices.Interfaces.F1KeywordAttribute
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (em Microsoft.ReportingServices.QueryDesigners.dll)
Sintaxe
'Declaração
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public Class F1KeywordAttribute _
Inherits Attribute
'Uso
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
O tipo F1KeywordAttribute expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
F1KeywordAttribute(String) | Initializes a new instance of the F1KeywordAttribute class. | |
F1KeywordAttribute(String, Int32) | Initializes a new instance of the F1KeywordAttribute class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Keyword | Gets the F1 help keyword for a topic in SQL Server Books Online. | |
TopicId | Infraestrutura. Gets the topic identifier for the help topic. | |
TypeId | (Herdado de Attribute.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Attribute.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Attribute.) | |
GetType | (Herdado de Object.) | |
IsDefaultAttribute | (Herdado de Attribute.) | |
Match | (Herdado de Attribute.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
_Attribute.GetIDsOfNames | (Herdado de Attribute.) | |
_Attribute.GetTypeInfo | (Herdado de Attribute.) | |
_Attribute.GetTypeInfoCount | (Herdado de Attribute.) | |
_Attribute.Invoke | (Herdado de Attribute.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.