Dimension.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 dimension references.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Overrides Function GetReferences ( _
references As Hashtable, _
forMajorChildrenAlso As Boolean _
) As Hashtable
'Usage
Dim instance As Dimension
Dim references As Hashtable
Dim forMajorChildrenAlso As Boolean
Dim returnValue As Hashtable
returnValue = instance.GetReferences(references, _
forMajorChildrenAlso)
public override Hashtable GetReferences(
Hashtable references,
bool forMajorChildrenAlso
)
public:
virtual Hashtable^ GetReferences(
Hashtable^ references,
bool forMajorChildrenAlso
) override
abstract GetReferences :
references:Hashtable *
forMajorChildrenAlso:bool -> Hashtable
override GetReferences :
references:Hashtable *
forMajorChildrenAlso:bool -> Hashtable
public override function GetReferences(
references : Hashtable,
forMajorChildrenAlso : boolean
) : Hashtable
Parameter
- references
Typ: System.Collections.Hashtable
The Hashtable to append references to.
- forMajorChildrenAlso
Typ: System.Boolean
true to reference for major children; otherwise, false.
Rückgabewert
Typ: System.Collections.Hashtable
The references Hashtable with objects that the dimension references appended.