DataSource.GetReferences Method (Hashtable, Boolean)

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the objects that the data source 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 referencesHashtable with objects that the data source references appended.

See Also

DataSource Class
Microsoft.AnalysisServices Namespace

Return to top