InputStreamBinding.EventShape 屬性

 

取得此繫結之輸入資料流的形狀。

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

語法

public EventShape EventShape { get; internal set; }
public:
property EventShape EventShape {
    EventShape get();
    internal: void set(EventShape value);
}
member EventShape : EventShape with get, internal set
Public Property EventShape As EventShape
    Get
    Friend Set
End Property

屬性值

Type: Microsoft.ComplexEventProcessing.EventShape

此繫結之輸入資料流的事件圖形。

請參閱

InputStreamBinding 類別
Microsoft.ComplexEventProcessing 命名空間

回到頁首