TargetEvaluation.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.