Właściwość F1KeywordAttribute.TopicId
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.ReportingServices.Interfaces
Zestaw: Microsoft.ReportingServices.QueryDesigners (w Microsoft.ReportingServices.QueryDesigners.dll)
Składnia
'Deklaracja
Public ReadOnly Property TopicId As Nullable(Of Integer)
Get
'Użycie
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>
Wartość właściwości
Typ: System.Nullable<Int32>
Zobacz także