Méthode MajorObject.GetReferences

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the objects that the MajorObject references.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

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

Paramètres

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

Valeur de retour

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

Voir aussi

Référence

MajorObject Classe

Espace de noms Microsoft.AnalysisServices