CubePerspectiveQueryHints Property

Gets the optional query hints the structure may support.

Namespace: Dundas.BI.Entities.CubePerspectives
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public IReadOnlyList<BooleanProperty> QueryHints { get; }

Property Value

IReadOnlyListBooleanProperty
The query hints.

Implements

IAnalysisStructureQueryHints
See Also