Condividi tramite


MDX.DrilldownMember Method

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

Spazio dei nomi: Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
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

Parametri

  • 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

Valore restituito

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

Osservazioni

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

MDX Class
MDX Members
Microsoft.AnalysisServices.AdomdServer Namespace