Bagikan melalui


MajorObject.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 MajorObject references.

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

Syntax

'Declaration
Public Overridable Function GetReferences ( _
    references As Hashtable, _
    forMajorChildrenAlso As Boolean _
) As Hashtable
'Usage
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

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

MajorObject Class

Microsoft.AnalysisServices Namespace