共用方式為


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