다음을 통해 공유


ExpressionNode.GetResult 메서드

Gets the result that is returned when an expression is deserialized.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Function GetResult As Object
‘사용 방법
Dim instance As ExpressionNode 
Dim returnValue As Object 

returnValue = instance.GetResult()
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public Object GetResult()
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
Object^ GetResult()
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
member GetResult : unit -> Object
public function GetResult() : Object

반환 값

유형: System.Object
An Object value that specifies the object that is returned when an expression is deserialized.

참고 항목

참조

ExpressionNode 클래스

Microsoft.SqlServer.Management.Dmf 네임스페이스