Класс F1KeywordAttribute
Represents the topic keyword to search for SQL Server Books Online when the F1 key is pressed in the query designer interface.
Иерархия наследования
System.Object
System.Attribute
Microsoft.ReportingServices.Interfaces.F1KeywordAttribute
Пространство имен: Microsoft.ReportingServices.Interfaces
Сборка: Microsoft.ReportingServices.QueryDesigners (в Microsoft.ReportingServices.QueryDesigners.dll)
Синтаксис
'Декларация
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public Class F1KeywordAttribute _
Inherits Attribute
'Применение
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
Тип F1KeywordAttribute обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
F1KeywordAttribute(String) | Initializes a new instance of the F1KeywordAttribute class. | |
F1KeywordAttribute(String, Int32) | Initializes a new instance of the F1KeywordAttribute class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Keyword | Gets the F1 help keyword for a topic in SQL Server Books Online. | |
TopicId | Инфраструктура. Gets the topic identifier for the help topic. | |
TypeId | (Производный от Attribute.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Attribute.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Attribute.) | |
GetType | (Производный от Object.) | |
IsDefaultAttribute | (Производный от Attribute.) | |
Match | (Производный от Attribute.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
_Attribute.GetIDsOfNames | (Производный от Attribute.) | |
_Attribute.GetTypeInfo | (Производный от Attribute.) | |
_Attribute.GetTypeInfoCount | (Производный от Attribute.) | |
_Attribute.Invoke | (Производный от Attribute.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.