DependenciesCalculator.OrderObjects(IMajorObject[]) Method

Definition

Orders specified objects based on their relative dependency.

public static Microsoft.AnalysisServices.IMajorObject[] OrderObjects (Microsoft.AnalysisServices.IMajorObject[] objects);
static member OrderObjects : Microsoft.AnalysisServices.IMajorObject[] -> Microsoft.AnalysisServices.IMajorObject[]
Public Shared Function OrderObjects (objects As IMajorObject()) As IMajorObject()

Parameters

objects
IMajorObject[]

Specifies the array of objects to be ordered.

Returns

The ordered array of objects.

Remarks

If objects B depends on object A, then object A appears before object B in the list.

Applies to