Partager via


Propriété F1KeywordAttribute.TopicId

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the topic identifier for the help topic.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assembly :  Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TopicId As Nullable(Of Integer)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

F1KeywordAttribute Classe

Espace de noms Microsoft.ReportingServices.Interfaces