F1KeywordAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Int32) |
Initializes a new instance of the F1KeywordAttribute class. |
F1KeywordAttribute(String) |
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. |