다음을 통해 공유


ExpressionNode.Evaluate 메서드 (FacetEvaluationContext)

Evaluates the expression node with the given facet context.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
Public Function Evaluate ( _
    context As FacetEvaluationContext _
) As Object
‘사용 방법
Dim instance As ExpressionNode 
Dim context As FacetEvaluationContext 
Dim returnValue As Object 

returnValue = instance.Evaluate(context)
public Object Evaluate(
    FacetEvaluationContext context
)
public:
Object^ Evaluate(
    FacetEvaluationContext^ context
)
member Evaluate : 
        context:FacetEvaluationContext -> Object
public function Evaluate(
    context : FacetEvaluationContext
) : Object

매개 변수

반환 값

유형: System.Object
A Object value that is the object specified by the evaluation.

참고 항목

참조

ExpressionNode 클래스

Evaluate 오버로드

Microsoft.SqlServer.Management.Dmf 네임스페이스