IAnalysisStructureQueryHints Property  | 
 
            Gets the optional query hints the structure may support.
            
 
    Namespace: 
   Dundas.BI.Data.Metadata
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxIReadOnlyList<BooleanProperty> QueryHints { get; }ReadOnly Property QueryHints As IReadOnlyList(Of BooleanProperty)
	Get
property IReadOnlyList<BooleanProperty^>^ QueryHints {
	IReadOnlyList<BooleanProperty^>^ get ();
}abstract QueryHints : IReadOnlyList<BooleanProperty> with get
Property Value
Type: 
IReadOnlyListBooleanPropertyThe query hints.
See Also