ExpressionNode.DeserializeWithResult(String) Method

Definition

Deserialize from string - creates XmlReader and calls actual deserializer. The ExpressionNode will contail the result of the evaluation for the particular target that has generated this serialized version of the node.

public static Microsoft.SqlServer.Management.Dmf.ExpressionNode DeserializeWithResult (string value);
static member DeserializeWithResult : string -> Microsoft.SqlServer.Management.Dmf.ExpressionNode
Public Shared Function DeserializeWithResult (value As String) As ExpressionNode

Parameters

value
String

Returns

Applies to