MeasureGroup.GetReferences Method (Hashtable, Boolean)

 

Applies To: SQL Server 2016 Preview

Gets the objects that the measure group 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

  • forMajorChildrenAlso
    Type: System.Boolean

    true to also reference for major children; otherwise, false

Return Value

Type: System.Collections.Hashtable

The references Hashtable with objects that the mining model permission references appended.

See Also

MeasureGroup Class
Microsoft.AnalysisServices Namespace

Return to top