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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.