Cube.GetReferences Method (Hashtable, Boolean)

 

Applies To: SQL Server 2016 Preview

Gets the objects that the cube references.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public override Hashtable GetReferences(
    Hashtable references,
    bool forMajorChildrenAlso
)
public:
virtual Hashtable^ GetReferences(
    Hashtable^ references,
    bool forMajorChildrenAlso
) override
override GetReferences : 
        references:Hashtable *
        forMajorChildrenAlso:bool -> Hashtable
Public Overrides Function GetReferences (
    references As Hashtable,
    forMajorChildrenAlso As Boolean
) As Hashtable

Parameters

Return Value

Type: System.Collections.Hashtable

The referencesHashtable with objects that the cube references appended.

Remarks

The objects that the cube references can include the Parent database, the DataSourceView of the cube, the cube Dimensions, the Role objects for CubePermissions, and external references for MeasureGroups.

See Also

Cube Class
Microsoft.AnalysisServices Namespace

Return to top