Freigeben über


Expression-Klasse

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

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.AdomdServer.Expression

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

Syntax

'Declaration
Public NotInheritable Class Expression _
    Implements IDisposable
'Usage
Dim instance As Expression
public sealed class Expression : IDisposable
public ref class Expression sealed : IDisposable
[<SealedAttribute>]
type Expression =  
    class 
        interface IDisposable 
    end
public final class Expression implements IDisposable

Der Expression-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Expression() Initializes a new instance of the Expression class.
Öffentliche Methode Expression(String) Initializes a new instance of the Expression class with the Multidimensional Expressions (MDX) expression to be evaluated.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ExpressionText Gets or sets the Multidimensional Expressions (MDX) expression to be evaluated.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode {dtor} Releases all resources used by the Expression.
Öffentliche Methode Calculate Evaluates the Multidimensional Expressions (MDX) expression under a specified tuple and returns the scalar result.
Öffentliche Methode CalculateMdxObject Evaluates the Multidimensional Expressions (MDX) expression under a specific tuple and returns the result.
Öffentliche Methode Dispose Releases all resources used by the Expression.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

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