ExpressionNode.DeserializeWithResult Method (String)

 

Applies To: SQL Server 2016 Preview

Deserializes the expression node from a text string.

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

Syntax

public static ExpressionNode DeserializeWithResult(
    string value
)
public:
static ExpressionNode^ DeserializeWithResult(
    String^ value
)
static member DeserializeWithResult : 
        value:string -> ExpressionNode
Public Shared Function DeserializeWithResult (
    value As String
) As ExpressionNode

Parameters

Return Value

Type: Microsoft.SqlServer.Management.Dmf.ExpressionNode

A ExpressionNode value that contains the deserialized string.

See Also

ExpressionNode Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top