共用方式為


Cube.GetReferences(Hashtable, Boolean) 方法

定義

取得 Cube 所參考的物件。

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

要附加參考到其中的 Hashtable。

forMajorChildrenAlso
Boolean

決定 CubePermissions 的 Role 物件和 MeasureGroups 的外部參考是否會新增至 Hashtable。

傳回

參考 Hashtable,其中含附加了 Cube 參考的物件。

適用於