Ανάγνωση στα Αγγλικά

Κοινή χρήση μέσω


Cube.GetReferences Method

Gets the objects that the cube references.

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

Syntax

C#
public override Hashtable GetReferences(
    Hashtable references,
    bool forMajorChildrenAlso
)

Parameters

Return Value

Type: System.Collections.Hashtable
The references Hashtable 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

Reference

Cube Class

Microsoft.AnalysisServices Namespace