This topic has not yet been rated - Rate this topic

Database.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 database references.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public override Hashtable GetReferences(
	Hashtable references,
	bool forMajorChildrenAlso
)

Parameters

references
Type: System.Collections.Hashtable
The Hashtable to append references to.
forMajorChildrenAlso
Type: System.Boolean
true to reference for major children; otherwise, false.

Return Value

Type: System.Collections.Hashtable
The references Hashtable with objects that the dimension references appended.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.