DataSource.GetReferences Method

This API supports the SQL Server 2012 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

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

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 data source references appended.

See Also

Reference

DataSource Class

Microsoft.AnalysisServices Namespace