Metoda ExpressionNode.Evaluate (FacetEvaluationContext)
Ocenia węzła wyrażenie w kontekście danego aspekt.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dmf
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)
Składnia
'Deklaracja
Public Function Evaluate ( _
context As FacetEvaluationContext _
) As Object
'Użycie
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
Parametry
- context
Typ: Microsoft.SqlServer.Management.Facets.FacetEvaluationContext
A FacetEvaluationContext wartość określająca kontekst oceny aspekt.
Wartość zwracana
Typ: System.Object
A Object wartość obiektu jest określony przez oceny.
Zobacz także