IQWindowResult<TResult> 介面
提供視窗資料流內的事件結果。
命名空間: Microsoft.ComplexEventProcessing.Linq
組件: Microsoft.ComplexEventProcessing (在 Microsoft.ComplexEventProcessing.dll 中)
語法
'宣告
Public Interface IQWindowResult(Of TResult) _
Inherits IQStreamable, IWindowResult(Of TResult)
'用途
Dim instance As IQWindowResult(Of TResult)
public interface IQWindowResult<TResult> : IQStreamable,
IWindowResult<TResult>
generic<typename TResult>
public interface class IQWindowResult : IQStreamable,
IWindowResult<TResult>
type IQWindowResult<'TResult> =
interface
interface IQStreamable
interface IWindowResult<'TResult>
end
JScript 不支援泛型型別及方法。
型別參數
- TResult
結果的類型。
IQWindowResult<TResult> 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Expression | 取得描述查詢部分的運算式。 (繼承自 IQStreamable。) | |
Provider | 取得暫時資料流查詢部分的 LINQ 提供者。 (繼承自 IQStreamable。) |
上層