Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Evaluates the expression node with the given facet context.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Function Evaluate ( _
context As FacetEvaluationContext _
) As Object
'Usage
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
Parameters
- context
Type: Microsoft.SqlServer.Management.Facets.FacetEvaluationContext
A FacetEvaluationContext value that specifies the facet evaluation context.
Return Value
Type: System.Object
A Object value that is the object specified by the evaluation.