다음을 통해 공유


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.