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
參數
- context
型別:Microsoft.SqlServer.Management.Facets.FacetEvaluationContext
A FacetEvaluationContext value that specifies the facet evaluation context.
傳回值
型別:System.Object
A Object value that is the object specified by the evaluation.