Поделиться через


Свойство F1KeywordAttribute.Keyword

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

Пространство имен:  Microsoft.ReportingServices.Interfaces
Сборка:  Microsoft.ReportingServices.QueryDesigners (в Microsoft.ReportingServices.QueryDesigners.dll)

Синтаксис

'Декларация
Public ReadOnly Property Keyword As String 
    Get
'Применение
Dim instance As F1KeywordAttribute 
Dim value As String 

value = instance.Keyword
public string Keyword { get; }
public:
property String^ Keyword {
    String^ get ();
}
member Keyword : string
function get Keyword () : String

Значение свойства

Тип: System.String
A string value that represents the F1 help keyword for a topic in SQL Server Books Online.

См. также

Справочник

F1KeywordAttribute Класс

Пространство имен Microsoft.ReportingServices.Interfaces