Runs the Multidimensional Expressions (MDX) DrilldownMember function on two sets.
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv (in msmgdsrv.dll)
语法
声明
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
参数
- 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
返回值
A 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).
线程安全
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.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
MDX Class
MDX Members
Microsoft.AnalysisServices.AdomdServer Namespace