Classe MDX
Provides static methods for executing Multidimensional Expressions (MDX) functions without constructing the full MDX syntax.
Gerarchia di ereditarietà
System.Object
Microsoft.AnalysisServices.AdomdServer.MDX
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class MDX
'Utilizzo
Dim instance As MDX
public sealed class MDX
public ref class MDX sealed
[<SealedAttribute>]
type MDX = class end
public final class MDX
Nel tipo MDX sono esposti i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
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 | Ereditato da Object. | |
Filter | Runs the Multidimensional Expressions (MDX) Filter function on a set. | |
Generate | Runs the Multidimensional Expressions (MDX) Generate function on a set. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
ParallelPeriod | Runs the Multidimensional Expressions (MDX) ParallelPeriod function. | |
StrToSet | Runs the Multidimensional Expressions (MDX) StrToSet function. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
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.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.