DependenciesCalculator.OrderObjects(IMajorObject[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.