共用方式為


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 命名空間