Version

BuildMdxQuery Method

Builds the MDX query for the specified MDX parts.
Syntax
'Declaration
 
Public Overridable Function BuildMdxQuery( _
   ByVal mdxColumnsAxis As IMdxAxis, _
   ByVal mdxRowsAxis As IMdxAxis, _
   ByVal mdxSlicerAxis As IMdxAxis, _
   ByVal calculatedMembersCache As MdxCalculatedMembersCache, _
   ByVal cubeName As String _
) As String

Parameters

mdxColumnsAxis
The MDX columns axis.
mdxRowsAxis
The MDX rows axis.
mdxSlicerAxis
The MDX slicer axis.
calculatedMembersCache
The calculated members cache.
cubeName
Name of the cube.
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