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 命名空间