バージョン

GetDefaultAggregator メソッド

渡されたパラメーターに基づいてアグリゲーターを取得できるようにします。
シンタックス
'宣言
 
Public Shared Function GetDefaultAggregator( _
   ByVal dataType As Type, _
   ByVal aggregatorType As AggregatorType _
) As IAggregator
public static IAggregator GetDefaultAggregator( 
   Type dataType,
   AggregatorType aggregatorType
)

パラメータ

dataType
集計データのタイプ。
aggregatorType
アグリゲーターのタイプ。

戻り値の型

アグリゲーターのタイプで指定した特定の集計操作を使用して、指定したデータ型を集計できるアグリゲーター。
参照