Partager via


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

'Déclaration
Public Overridable Function GetReferences ( _
    references As Hashtable, _
    forMajorChildrenAlso As Boolean _
) As Hashtable
'Utilisation
Dim instance As MajorObject 
Dim references As Hashtable 
Dim forMajorChildrenAlso As Boolean 
Dim returnValue As Hashtable 

returnValue = instance.GetReferences(references, _
    forMajorChildrenAlso)
public virtual Hashtable GetReferences(
    Hashtable references,
    bool forMajorChildrenAlso
)
public:
virtual Hashtable^ GetReferences(
    Hashtable^ references, 
    bool forMajorChildrenAlso
)
abstract GetReferences : 
        references:Hashtable * 
        forMajorChildrenAlso:bool -> Hashtable  
override GetReferences : 
        references:Hashtable * 
        forMajorChildrenAlso:bool -> Hashtable
public function GetReferences(
    references : Hashtable, 
    forMajorChildrenAlso : boolean
) : Hashtable

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