Freigeben über


FieldsByOrdinal-Eigenschaft

Ruft die Auflistung der Felder des Ereignistyps nach Ordnungszahl ab.

Namespace:  Microsoft.ComplexEventProcessing
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

public IDictionary<int, CepEventTypeField> FieldsByOrdinal { get; }

Eigenschaftswert

Typ: System.Collections.Generic. . :: . .IDictionary< (Of < ( <'Int32, CepEventTypeField> ) > ) >
Ein Wörterbuch, das alle Felder im CEP-Ereignistyp nach Ordnungszahl enthält. Ist NULL, wenn der Typ selbst ein Ereignisfeld ist.

Siehe auch

Verweis

CepEventType Klasse

Microsoft.ComplexEventProcessing-Namespace