ExpressionNode.Deserialize 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.
Overloads
Deserialize(String) |
Deserialize from string - creates XmlReader and calls actual deserializer |
Deserialize(XmlReader) |
Static method - provides generic way for deserializing nodes calls to virtual method DeserializeProperties to read properties of particular node objectTypeName |
Deserialize(String)
Deserialize from string - creates XmlReader and calls actual deserializer
public static Microsoft.SqlServer.Management.Dmf.ExpressionNode Deserialize (string value);
static member Deserialize : string -> Microsoft.SqlServer.Management.Dmf.ExpressionNode
Public Shared Function Deserialize (value As String) As ExpressionNode
Parameters
- value
- String
Returns
Applies to
Deserialize(XmlReader)
Static method - provides generic way for deserializing nodes calls to virtual method DeserializeProperties to read properties of particular node objectTypeName
public static Microsoft.SqlServer.Management.Dmf.ExpressionNode Deserialize (System.Xml.XmlReader xr);
static member Deserialize : System.Xml.XmlReader -> Microsoft.SqlServer.Management.Dmf.ExpressionNode
Public Shared Function Deserialize (xr As XmlReader) As ExpressionNode
Parameters
- xr
- XmlReader
XmlReader - must ignore whitespaces