ExpressionNode.Evaluate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Evaluate(FacetEvaluationContext) |
Evaluates the node (tree) using supplied Management Facet context |
Evaluate(FacetEvaluationContext, Boolean) |
Evaluates the node (tree) using supplied Management Facet context |
Evaluate(FacetEvaluationContext)
Evaluates the node (tree) using supplied Management Facet context
public object Evaluate (Microsoft.SqlServer.Management.Facets.FacetEvaluationContext context);
member this.Evaluate : Microsoft.SqlServer.Management.Facets.FacetEvaluationContext -> obj
Public Function Evaluate (context As FacetEvaluationContext) As Object
Parameters
- context
- FacetEvaluationContext
Management Facet context
Returns
Applies to
Evaluate(FacetEvaluationContext, Boolean)
Evaluates the node (tree) using supplied Management Facet context
public object Evaluate (Microsoft.SqlServer.Management.Facets.FacetEvaluationContext context, bool checkSqlScriptAsProxy);
member this.Evaluate : Microsoft.SqlServer.Management.Facets.FacetEvaluationContext * bool -> obj
Public Function Evaluate (context As FacetEvaluationContext, checkSqlScriptAsProxy As Boolean) As Object
Parameters
- context
- FacetEvaluationContext
Management Facet context
- checkSqlScriptAsProxy
- Boolean