次の方法で共有


Cube.GetReferences(Hashtable, Boolean) メソッド

定義

キューブが参照しているオブジェクトを取得します。

public override System.Collections.Hashtable GetReferences (System.Collections.Hashtable references, bool forMajorChildrenAlso);
override this.GetReferences : System.Collections.Hashtable * bool -> System.Collections.Hashtable
Public Overrides Function GetReferences (references As Hashtable, forMajorChildrenAlso As Boolean) As Hashtable

パラメーター

references
Hashtable

参照を追加するハッシュ テーブルです。

forMajorChildrenAlso
Boolean

CubePermissions の Role オブジェクトと MeasureGroups の外部参照が Hashtable に追加されるかどうかを決定します。

戻り値

キューブが参照しているオブジェクトが追加された参照ハッシュ テーブルです。

適用対象