IQOrderedWindow<TPayload> 介面

表示已排序的視窗查詢。

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

語法

'宣告
Public Interface IQOrderedWindow(Of TPayload) _
    Inherits IQStreamable, IOrderedWindow(Of TPayload)
'用途
Dim instance As IQOrderedWindow(Of TPayload)
public interface IQOrderedWindow<TPayload> : IQStreamable, 
    IOrderedWindow<TPayload>
generic<typename TPayload>
public interface class IQOrderedWindow : IQStreamable, 
    IOrderedWindow<TPayload>
type IQOrderedWindow<'TPayload> =  
    interface 
        interface IQStreamable 
        interface IOrderedWindow<'TPayload>
    end
JScript 不支援泛型型別及方法。

型別參數

  • TPayload
    裝載的類型。

IQOrderedWindow<TPayload> 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Expression 取得描述查詢部分的運算式。 (繼承自 IQStreamable。)
公用屬性 Provider 取得暫時資料流查詢部分的 LINQ 提供者。 (繼承自 IQStreamable。)

上層

擴充 方法

  名稱 說明
公用擴充方法 Select<TSource, TResult> 將運算子投射到排序的視窗。 (由 QStreamable 定義。)
公用擴充方法 Take<TPayload>(UInt32) 已多載。 從排序視窗取得上方 [計數] 元素。如果有繫結,則會傳回次序最低的所有元素。 (由 QStreamable 定義。)
公用擴充方法 Take<TSource, TResult>(UInt32, Expression<Func<CepRankedEvent<TSource>, TResult>>) 已多載。 從排序視窗取得上方 [計數] 元素。如果有繫結,則會傳回次序最低的所有元素。 (由 QStreamable 定義。)
公用擴充方法 ThenBy<TPayload, TKey> 將排序索引鍵加入至排序視窗定義。 (由 QStreamable 定義。)
公用擴充方法 ThenByDescending<TPayload, TKey> 將排序索引鍵加入至排序視窗定義,其中的索引鍵用於遞減順序。 (由 QStreamable 定義。)

上層

請參閱

參考

Microsoft.ComplexEventProcessing.Linq 命名空間