ExpressionNode.GetResult Method ()

 

Applies To: SQL Server 2016 Preview

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

[STraceConfigurationAttribute(SkipAutoTrace = true)]
public object GetResult()
public:
[STraceConfigurationAttribute(SkipAutoTrace = true)]
Object^ GetResult()
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
member GetResult : unit -> Object
<STraceConfigurationAttribute(SkipAutoTrace := True)>
Public Function GetResult As Object

Return Value

Type: System.Object

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

See Also

ExpressionNode Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top