Expression 클래스
Provides the functionality to evaluate a Multidimensional Expressions (MDX) expression and return an MDXValue.
상속 계층
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..Expression
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public NotInheritable Class Expression _
Implements IDisposable
‘사용 방법
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
Expression 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
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. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
ExpressionText | Gets or sets the Multidimensional Expressions (MDX) expression to be evaluated. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
{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 | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.