バージョン

Member コンストラクタ

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

パラメータ

hierarchy
メンバーが属する階層の一意の名前。
properties
メンバーのプロパティ。
参照