MajorObject.GetReferences-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the objects that the MajorObject references.

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

Syntax

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

Parameter

  • forMajorChildrenAlso
    Typ: System.Boolean
    true to also reference for major children; otherwise, false.

Rückgabewert

Typ: System.Collections.Hashtable
The references Hashtable with objects that the data source references appended.

Siehe auch

Verweis

MajorObject Klasse

Microsoft.AnalysisServices-Namespace