バージョン

FlatLevel コンストラクタ

Infragistics.Olap.Data.Base.Level クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal levelDescriptor As HierarchyLevelDescriptor, _
   ByVal name As String, _
   ByVal caption As String, _
   ByVal uniqueName As String, _
   ByVal description As String, _
   ByVal depth As Integer, _
   ByVal parentHierarchy As Infragistics.Olap.Data.IHierarchy _
)
public FlatLevel( 
   HierarchyLevelDescriptor levelDescriptor,
   string name,
   string caption,
   string uniqueName,
   string description,
   int depth,
   Infragistics.Olap.Data.IHierarchy parentHierarchy
)

パラメータ

levelDescriptor
このレベルのレベル記述子。
name
レベルの名前。
caption
レベルのキャプション。
uniqueName
レベルの一意の名前。
description
説明。
depth
ルート レベルからのレベルの距離。ルート レベルはゼロ (0) です。
parentHierarchy
親階層。
参照