バージョン

Dimension コンストラクタ

Dimension クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal name As String, _
   ByVal uniqueName As String, _
   ByVal caption As String, _
   ByVal description As String, _
   ByVal dimensionType As DimensionType _
)
public Dimension( 
   string name,
   string uniqueName,
   string caption,
   string description,
   DimensionType dimensionType
)

パラメータ

name
次元の名前。
uniqueName
次元の一意の名前。
caption
次元のキャプション。
description
次元の説明。
dimensionType
次元のタイプ。
参照