Compartilhar via


DependenciesCalculator.OrderObjects Method

Orders specified objects based on their relative dependency.

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

Syntax

'Declaration
Public Shared Function OrderObjects ( _
    objects As IMajorObject() _
) As IMajorObject()
public static IMajorObject[] OrderObjects (
    IMajorObject[] objects
)
public:
static array<IMajorObject^>^ OrderObjects (
    array<IMajorObject^>^ objects
)
public static IMajorObject[] OrderObjects (
    IMajorObject[] objects
)
public static function OrderObjects (
    objects : IMajorObject[]
) : IMajorObject[]

Parameters

  • objects
    Specifies the array of objects to be ordered.

Return Value

The ordered array of objects.

Remarks

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

DependenciesCalculator Class
DependenciesCalculator Members
Microsoft.AnalysisServices Namespace