IQStreamableProvider.CreatePartitionedStreamable<TKey, TPayload> 方法

建立群組暫時資料流查詢。

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

語法

'宣告
Function CreatePartitionedStreamable(Of TKey, TPayload) ( _
    expression As Expression _
) As IQPartitionedStreamable(Of TKey, TPayload)
'用途
Dim instance As IQStreamableProvider 
Dim expression As Expression 
Dim returnValue As IQPartitionedStreamable(Of TKey, TPayload)

returnValue = instance.CreatePartitionedStreamable(expression)
IQPartitionedStreamable<TKey, TPayload> CreatePartitionedStreamable<TKey, TPayload>(
    Expression expression
)
generic<typename TKey, typename TPayload>
IQPartitionedStreamable<TKey, TPayload>^ CreatePartitionedStreamable(
    Expression^ expression
)
abstract CreatePartitionedStreamable : 
        expression:Expression -> IQPartitionedStreamable<'TKey, 'TPayload> 
JScript 不支援泛型型別及方法。

型別參數

  • TKey
    資料分割索引鍵類型。
  • TPayload
    裝載類型。

參數

傳回值

型別:Microsoft.ComplexEventProcessing.Linq.IQPartitionedStreamable<TKey, TPayload>
分割資料流。

請參閱

參考

IQStreamableProvider 介面

Microsoft.ComplexEventProcessing.Linq 命名空間