バージョン

FlatMeasure コンストラクタ

FlatMeasure クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal propertyInfo As PropertyInfo, _
   ByVal name As String, _
   ByVal uniqueName As String, _
   ByVal caption As String, _
   ByVal description As String, _
   ByVal groupName As String, _
   ByVal aggregatorType As Infragistics.Olap.AggregatorType, _
   ByVal aggregator As Infragistics.Olap.IAggregator _
)
public FlatMeasure( 
   PropertyInfo propertyInfo,
   string name,
   string uniqueName,
   string caption,
   string description,
   string groupName,
   Infragistics.Olap.AggregatorType aggregatorType,
   Infragistics.Olap.IAggregator aggregator
)

パラメータ

propertyInfo
このインスタンスを記述するプロパティのプロパティ情報。
name
メジャーの名前。
uniqueName
メジャーの一意の名前。
caption
キャプション。
description
説明。
groupName
このメジャーが属するグループの名前。
aggregatorType
メジャーを得た方法を識別する Infragistics.Olap.AggregatorType
aggregator
このインスタンスの計算に使用するアグリゲーター。
参照