MDX.DrilldownMember Method

Runs the Multidimensional Expressions (MDX) DrilldownMember function on two sets.

Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Shared Function DrilldownMember ( _
    set1 As Set, _
    set2 As Set, _
    ParamArray parameters As Object() _
) As Set
public static Set DrilldownMember (
    Set set1,
    Set set2,
    params Object[] parameters
)
public:
static Set^ DrilldownMember (
    Set^ set1, 
    Set^ set2, 
    ... array<Object^>^ parameters
)
public static Set DrilldownMember (
    Set set1, 
    Set set2, 
    Object[] parameters
)
public static function DrilldownMember (
    set1 : Set, 
    set2 : Set, 
    ... parameters : Object[]
) : Set

Parameters

  • set1
    The set that contains the members to be drilled down.
  • set2
    The set that defines which members in set1 will be drilled down.
  • parameters

Return Value

A set that contains the child members, ordered by hierarchy, of the parents that are contained in both set1 and set2.

Remarks

For more information, see DrilldownMember (MDX).

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

MDX Class
MDX Members
Microsoft.AnalysisServices.AdomdServer Namespace