Compartir a través de


F1KeywordAttribute.TopicId Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the topic identifier for the help topic.

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblado:  Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

F1KeywordAttribute Clase

Espacio de nombres Microsoft.ReportingServices.Interfaces