Result 属性

Gets a ExrpessionNode value that contains the result of the evaluation.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Public ReadOnly Property Result As ExpressionNode
    Get
用法
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

属性值

类型:Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNode
A ExrpessionNode value that contains the result of the evaluation.