バージョン

HierarchyInfo コンストラクタ

HierarchyInfo クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal name As String, _
   ByVal properties As IEnumerable(Of XmlaPropertyType) _
)
public HierarchyInfo( 
   string name,
   IEnumerable<XmlaPropertyType> properties
)

パラメータ

name
階層の名前。
properties
プロパティのコレクション
参照