Cube.GetReferences(Hashtable, Boolean) Method

Definition

Gets the objects that the cube references.

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

Parameters

references
Hashtable

The Hashtable to append references to.

forMajorChildrenAlso
Boolean

Determines whether Role objects for CubePermissions and external references for MeasureGroups are added to the Hashtable.

Returns

The references Hashtable with objects that the cube references appended.

Applies to