次の方法で共有


F1KeywordAttribute.TopicId プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

ヘルプ トピックのトピック識別子を取得します。

名前空間:  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>
ヘルプ トピックのトピック識別子。

関連項目

参照

F1KeywordAttribute クラス

Microsoft.ReportingServices.Interfaces 名前空間