This topic has not yet been rated - Rate this topic

Expression Class

Provides the functionality to evaluate a Multidimensional Expressions (MDX) expression and return an MDXValue.

System.Object
  Microsoft.AnalysisServices.AdomdServer.Expression

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)
public sealed class Expression : IDisposable

The Expression type exposes the following members.

  NameDescription
Public methodExpression()Initializes a new instance of the Expression class.
Public methodExpression(String)Initializes a new instance of the Expression class with the Multidimensional Expressions (MDX) expression to be evaluated.
Top
  NameDescription
Public propertyExpressionTextGets or sets the Multidimensional Expressions (MDX) expression to be evaluated.
Top
  NameDescription
Public method{dtor}Releases all resources used by the Expression.
Public methodCalculateEvaluates the Multidimensional Expressions (MDX) expression under a specified tuple and returns the scalar result.
Public methodCalculateMdxObjectEvaluates the Multidimensional Expressions (MDX) expression under a specific tuple and returns the result.
Public methodDisposeReleases all resources used by the Expression.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.