MDX.DrilldownMember Method
SQL Server 2012
Runs the Multidimensional Expressions (MDX) DrilldownMember function on two sets.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
public static Set DrilldownMember( Set set1, Set set2, params Object[] parameters )
Parameters
- set1
- Type: Microsoft.AnalysisServices.AdomdServer.Set
The set that contains the members to be drilled down.
- set2
- Type: Microsoft.AnalysisServices.AdomdServer.Set
The set that defines which members in set1 will be drilled down.
- parameters
- Type: System.Object[]
null or RECURSIVE
Return Value
Type: Microsoft.AnalysisServices.AdomdServer.SetA set that contains the child members, ordered by hierarchy, of the parents that are contained in both set1 and set2.
For more information, see DrilldownMember (MDX).
