共用方式為


IQPartitionedStreamable<TKey, TPayload> 介面

表示分割的暫時資料流查詢。

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

語法

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

型別參數

  • TKey
    群組索引鍵的類型。
  • TPayload
    裝載的類型。

IQPartitionedStreamable<TKey, TPayload> 型別公開下列成員。

屬性

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

上層

請參閱

參考

Microsoft.ComplexEventProcessing.Linq 命名空間