다음을 통해 공유


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 네임스페이스