MDX 类
Provides static methods for executing Multidimensional Expressions (MDX) functions without constructing the full MDX syntax.
继承层次结构
System.Object
Microsoft.AnalysisServices.AdomdServer.MDX
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public NotInheritable Class MDX
用法
Dim instance As MDX
public sealed class MDX
public ref class MDX sealed
[<SealedAttribute>]
type MDX = class end
public final class MDX
MDX 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() ![]() |
Aggregate | Runs the Multidimensional Expressions (MDX) Aggregate function on a set and an expression. |
![]() ![]() |
CrossJoin | Runs the Multidimensional Expressions (MDX) Crossjoin function on two sets. |
![]() ![]() |
DrilldownMember | Runs the Multidimensional Expressions (MDX) DrilldownMember function on two sets. |
![]() |
Equals | (从 Object 继承。) |
![]() ![]() |
Filter | Runs the Multidimensional Expressions (MDX) Filter function on a set. |
![]() ![]() |
Generate | Runs the Multidimensional Expressions (MDX) Generate function on a set. |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() ![]() |
ParallelPeriod | Runs the Multidimensional Expressions (MDX) ParallelPeriod function. |
![]() ![]() |
StrToSet | Runs the Multidimensional Expressions (MDX) StrToSet function. |
![]() |
ToString | (从 Object 继承。) |
页首
注释
The MDX class functions similarly to Expression, but without the need to construct the statement from scratch. You can use predefined MDX functions to quickly return calculations.
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。