MeasureSortingItem Property (IHierarchyLevel) |
Gets the
SortDirection defined for the specified hierarchy level.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic SortDirection this[
IHierarchyLevel level
] { get; }Public ReadOnly Default Property Item (
level As IHierarchyLevel
) As SortDirection
Get
public:
property SortDirection default[IHierarchyLevel^ level] {
SortDirection get (IHierarchyLevel^ level);
}member Item : SortDirection with get
Parameters
- level
- Type: Dundas.BI.Data.MetadataIHierarchyLevel
The hierarchy level.
Property Value
Type:
SortDirectionThe
SortDirection.
Return Value
Type:
SortDirectionThe sort direction.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | level is . |
| ArgumentException | level does not belong to any of the current metric set hierarchies. |
See Also