다음을 통해 공유


ExpressionNode.Evaluate 메서드 (FacetEvaluationContext, Boolean)

Evaluates the expression node with the given facet context and checks the script as a proxy.

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

구문

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

returnValue = instance.Evaluate(context, _
    checkSqlScriptAsProxy)
public Object Evaluate(
    FacetEvaluationContext context,
    bool checkSqlScriptAsProxy
)
public:
Object^ Evaluate(
    FacetEvaluationContext^ context, 
    bool checkSqlScriptAsProxy
)
member Evaluate : 
        context:FacetEvaluationContext * 
        checkSqlScriptAsProxy:bool -> Object
public function Evaluate(
    context : FacetEvaluationContext, 
    checkSqlScriptAsProxy : boolean
) : Object

매개 변수

  • checkSqlScriptAsProxy
    유형: System.Boolean
    A Boolean value that specifies whether to check the script as a proxy.

반환 값

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

참고 항목

참조

ExpressionNode 클래스

Evaluate 오버로드

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