MDX 클래스

Provides static methods for executing Multidimensional Expressions (MDX) functions without constructing the full MDX syntax.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv.dll의 msmgdsrv

구문

‘선언
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

주의

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.

상속 계층 구조

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MDX

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.