Partager via


Propriété FieldsByOrdinal

Obtient la collection de champs du type d'événement par ordinal.

Espace de noms :  Microsoft.ComplexEventProcessing
Assembly :  Microsoft.ComplexEventProcessing (en Microsoft.ComplexEventProcessing.dll)

Syntaxe

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

Valeur de propriété

Type : System.Collections.Generic. . :: . .IDictionary< (Of < ( <'Int32, CepEventTypeField> ) > ) >
Dictionnaire contenant tous les champs du type d'événement CEP, par ordinal. Null, si le type est lui-même un champ d'événement.

Voir aussi

Référence

CepEventType Classe

Espace de noms Microsoft.ComplexEventProcessing