Freigeben über


F1KeywordAttribute.TopicId-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the topic identifier for the help topic.

Namespace:  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)

Syntax

'Declaration
Public ReadOnly Property TopicId As Nullable(Of Integer)
    Get
'Usage
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>

Eigenschaftswert

Typ: System.Nullable<Int32>
The topic identifier for the help topic

Siehe auch

Verweis

F1KeywordAttribute Klasse

Microsoft.ReportingServices.Interfaces-Namespace