Version

Query Constructor

Initializes a new instance of the Query class.
Syntax
'Declaration
 
Public Function New( _
   ByVal rowAxis As IMdxAxis, _
   ByVal columnAxis As IMdxAxis, _
   ByVal slicerAxis As IMdxAxis, _
   ByVal settings As MdxSettings, _
   ByVal calculatedMembersCache As MdxCalculatedMembersCache, _
   ByVal cube As Infragistics.Olap.Data.ICube _
)
public Query( 
   IMdxAxis rowAxis,
   IMdxAxis columnAxis,
   IMdxAxis slicerAxis,
   MdxSettings settings,
   MdxCalculatedMembersCache calculatedMembersCache,
   Infragistics.Olap.Data.ICube cube
)

Parameters

rowAxis
The row axis of the query.
columnAxis
The column axis of the query.
slicerAxis
The filter info for this query.
settings
The settings which control the rules this query is build with.
calculatedMembersCache
The calculated members cache.
cube
The cube on which the query will be executed.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also