Freigeben über


MDX-Klasse

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

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.AdomdServer.MDX

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public NotInheritable Class MDX
'Usage
Dim instance As MDX
public sealed class MDX
public ref class MDX sealed
[<SealedAttribute>]
type MDX =  class end
public final class MDX

Der MDX-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche MethodeStatisches Element Aggregate Runs the Multidimensional Expressions (MDX) Aggregate function on a set and an expression.
Öffentliche MethodeStatisches Element CrossJoin Runs the Multidimensional Expressions (MDX) Crossjoin function on two sets.
Öffentliche MethodeStatisches Element DrilldownMember Runs the Multidimensional Expressions (MDX) DrilldownMember function on two sets.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche MethodeStatisches Element Filter Runs the Multidimensional Expressions (MDX) Filter function on a set.
Öffentliche MethodeStatisches Element Generate Runs the Multidimensional Expressions (MDX) Generate function on a set.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche MethodeStatisches Element ParallelPeriod Runs the Multidimensional Expressions (MDX) ParallelPeriod function.
Öffentliche MethodeStatisches Element StrToSet Runs the Multidimensional Expressions (MDX) StrToSet function.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

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.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices.AdomdServer-Namespace