Méthode ExpressionNode.Evaluate (FacetEvaluationContext, Boolean)
Evaluates the expression node with the given facet context and checks the script as a proxy.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Function Evaluate ( _
context As FacetEvaluationContext, _
checkSqlScriptAsProxy As Boolean _
) As Object
'Utilisation
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
Paramètres
- context
Type : Microsoft.SqlServer.Management.Facets.FacetEvaluationContext
A FacetEvaluationContext value that specifies the facet evaluation context.
- checkSqlScriptAsProxy
Type : System.Boolean
A Boolean value that specifies whether to check the script as a proxy.
Valeur de retour
Type : System.Object
A Object value that is the object specified by the evaluation.