Méthode ExpressionNode.Evaluate (FacetEvaluationContext)
Evaluates the expression node with the given facet context.
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 _
) As Object
'Utilisation
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
Paramètres
- context
Type : Microsoft.SqlServer.Management.Facets.FacetEvaluationContext
A FacetEvaluationContext value that specifies the facet evaluation context.
Valeur de retour
Type : System.Object
A Object value that is the object specified by the evaluation.