Share via


F1KeywordAttribute Class

Specifies the topic keyword and ID to search for in SQL Server Books Online when the F1 key is pressed in the query designer interface.

Namespace:  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public Class F1KeywordAttribute _
    Inherits Attribute
'Usage
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

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.ReportingServices.Interfaces.F1KeywordAttribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.