Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a ExrpessionNode value that contains the result of the evaluation.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public ReadOnly Property Result As ExpressionNode
Get
'Usage
Dim instance As TargetEvaluation
Dim value As ExpressionNode
value = instance.Result
public ExpressionNode Result { get; }
public:
property ExpressionNode^ Result {
ExpressionNode^ get ();
}
member Result : ExpressionNode
function get Result () : ExpressionNode
Property Value
Type: Microsoft.SqlServer.Management.Dmf.ExpressionNode
A ExrpessionNode value that contains the result of the evaluation.