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.