バージョン

Measure コンストラクタ

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

パラメータ

name
メジャーの名前。
uniqueName
メジャーの一意の名前。
caption
キャプション。
description
説明。
defaultFormat
メジャーのデフォルト書式文字列。
groupName
このメジャーが属するグループの名前。
aggregatorType
メジャーを得た方法を識別する Infragistics.Olap.AggregatorType
参照