CepWindowStream<T>.Expression 屬性

 

取得與此物件相關聯的 Lambda 運算式。

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

語法

public Expression Expression { get; }
public:
property Expression^ Expression {
    virtual Expression^ get() sealed;
}
abstract Expression : Expression with get
override Expression : Expression with get
Public ReadOnly Property Expression As Expression

屬性值

Type: System.Linq.Expressions.Expression

與此物件相關聯的 Lambda 運算式。

請參閱

CepWindowStream<T> 類別
Microsoft.ComplexEventProcessing.Linq 命名空間

回到頁首