MDX Clase
Provides static methods for executing Multidimensional Expressions (MDX) functions without constructing the full MDX syntax.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public NotInheritable Class MDX
'Uso
Dim instance As MDX
public sealed class MDX
public ref class MDX sealed
[<SealedAttribute>]
type MDX = class end
public final class MDX
Notas
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.
Jerarquía de herencia
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..MDX
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.