EdgeEvent.EventKind 屬性

 

取得事件的事件種類。

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

語法

public override EventKind EventKind { get; }
public:
property EventKind EventKind {
    virtual EventKind get() override;
}
override EventKind : EventKind with get
Public Overrides ReadOnly Property EventKind As EventKind

屬性值

Type: Microsoft.ComplexEventProcessing.EventKind

其中一個列舉值,這個值會指定事件的種類 (Insert 或 Cti)。

請參閱

EdgeEvent 類別
Microsoft.ComplexEventProcessing 命名空間

回到頁首