Classe Expression
Provides the functionality to evaluate a Multidimensional Expressions (MDX) expression and return an MDXValue.
Gerarchia di ereditarietà
System.Object
Microsoft.AnalysisServices.AdomdServer.Expression
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class Expression _
Implements IDisposable
'Utilizzo
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
Nel tipo Expression sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
ExpressionText | Gets or sets the Multidimensional Expressions (MDX) expression to be evaluated. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
{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 | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.