ExpressionNode.DeserializeWithResult(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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