Compartilhar via


Propriedade do RDL F1KeywordAttribute.TopicId

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the topic identifier for the help topic.

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

Sintaxe

'Declaração
Public ReadOnly Property TopicId As Nullable(Of Integer)
    Get
'Uso
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>

Valor da propriedade

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

Consulte também

Referência

F1KeywordAttribute Classe

Namespace Microsoft.ReportingServices.Interfaces