Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
Expression() | Initializes a new instance of the Expression class. |
![]() |
Expression(String) | Initializes a new instance of the Expression class with the Multidimensional Expressions (MDX) expression to be evaluated. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
ExpressionText | Gets or sets the Multidimensional Expressions (MDX) expression to be evaluated. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
{dtor} | Releases all resources used by the Expression. |
![]() |
Calculate | Evaluates the Multidimensional Expressions (MDX) expression under a specified tuple and returns the scalar result. |
![]() |
CalculateMdxObject | Evaluates the Multidimensional Expressions (MDX) expression under a specific tuple and returns the result. |
![]() |
Dispose | Releases all resources used by the Expression. |
![]() |
Equals | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
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.
.gif)
.gif)