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


Свойство F1KeywordAttribute.TopicId

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets the topic identifier for the help topic.

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

Синтаксис

'Декларация
Public ReadOnly Property TopicId As Nullable(Of Integer)
    Get
'Применение
Dim instance As F1KeywordAttribute 
Dim value As Nullable(Of Integer)

value = instance.TopicId
public Nullable<int> TopicId { get; }
public:
property Nullable<int> TopicId {
    Nullable<int> get ();
}
member TopicId : Nullable<int>
function get TopicId () : Nullable<int>

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

Тип: System.Nullable<Int32>
The topic identifier for the help topic

См. также

Справочник

F1KeywordAttribute Класс

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