Bagikan melalui


ExpressionNode.GetResult Method

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

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Function GetResult As Object
'Usage
Dim instance As ExpressionNode
Dim returnValue As Object

returnValue = instance.GetResult()
public Object GetResult()
public:
Object^ GetResult()
member GetResult : unit -> Object 
public function GetResult() : Object

Return Value

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

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.