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. | |
Finalize | (繼承自 Object。) | |
Generate | Runs the Multidimensional Expressions (MDX) Generate function on a set. | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。