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.