CepEventType.Fields 屬性

 

依辭典編纂順序排序的名稱,取得事件類型欄位的集合。

命名空間:   Microsoft.ComplexEventProcessing
組件:  Microsoft.ComplexEventProcessing (在 Microsoft.ComplexEventProcessing.dll 中)

語法

public IDictionary<string, CepEventTypeField> Fields { get; }
public:
property IDictionary<String^, CepEventTypeField^>^ Fields {
    IDictionary<String^, CepEventTypeField^>^ get();
}
member Fields : IDictionary<string, CepEventTypeField> with get
Public ReadOnly Property Fields As IDictionary(Of String, CepEventTypeField)

屬性值

Type: System.Collections.Generic.IDictionary<String, CepEventTypeField>

在 CEP 事件類型中包含所有欄位的字典,依辭典編纂順序的名稱排序。 如果此類型為事件欄位本身,則為 Null。

請參閱

CepEventType 類別
Microsoft.ComplexEventProcessing 命名空間

回到頁首