Classe MDX
Provides static methods for executing Multidimensional Expressions (MDX) functions without constructing the full MDX syntax.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
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
Comentários
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.
Hierarquia de herança
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..MDX
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.