Share via


F1KeywordAttribute Class

Definition

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

public ref class F1KeywordAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public class F1KeywordAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type F1KeywordAttribute = class
    inherit Attribute
Public Class F1KeywordAttribute
Inherits Attribute
Inheritance
F1KeywordAttribute
Attributes

Constructors

F1KeywordAttribute(String)

Initializes a new instance of the F1KeywordAttribute class.

F1KeywordAttribute(String, Int32)

Initializes a new instance of the F1KeywordAttribute class.

Properties

Keyword

Gets the F1 help keyword for a topic in SQL Server Books Online.

TopicId

Gets the topic identifier for the help topic.

Applies to