Clase F1KeywordAttribute
Specifies the topic keyword to search for SQL Server Books Online when the F1 key is pressed in the query designer interface.
Jerarquía de herencia
System. . :: . .Object
System. . :: . .Attribute
Microsoft.ReportingServices.Interfaces..::..F1KeywordAttribute
Espacio de nombres: Microsoft.ReportingServices.Interfaces
Ensamblado: Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)
Sintaxis
'Declaración
<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
El tipo F1KeywordAttribute expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
F1KeywordAttribute(String) | ||
F1KeywordAttribute(String, Int32) | Initializes a new instance of the F1KeywordAttribute class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Keyword | Gets the F1 help keyword for a topic in SQL Server Books Online. | |
TopicId | Infraestructura. | |
TypeId | (Se hereda de Attribute.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Attribute.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Attribute.) | |
GetType | (Se hereda de Object.) | |
IsDefaultAttribute | (Se hereda de Attribute.) | |
Match | (Se hereda de Attribute.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
_Attribute. . :: . .GetIDsOfNames | (Se hereda de Attribute.) | |
_Attribute. . :: . .GetTypeInfo | (Se hereda de Attribute.) | |
_Attribute. . :: . .GetTypeInfoCount | (Se hereda de Attribute.) | |
_Attribute. . :: . .Invoke | (Se hereda de Attribute.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.