Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deserializes an expression node from an XML reader.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Shared Function Deserialize ( _
xr As XmlReader _
) As ExpressionNode
'Usage
Dim xr As XmlReader
Dim returnValue As ExpressionNode
returnValue = ExpressionNode.Deserialize(xr)
public static ExpressionNode Deserialize(
XmlReader xr
)
public:
static ExpressionNode^ Deserialize(
XmlReader^ xr
)
static member Deserialize :
xr:XmlReader -> ExpressionNode
public static function Deserialize(
xr : XmlReader
) : ExpressionNode
Parameters
- xr
Type: System.Xml.XmlReader
A XmlReader that specifies the XML reader that contains the expression node text.
Return Value
Type: Microsoft.SqlServer.Management.Dmf.ExpressionNode
An ExpressionNode object value that specifies the deserialized expression node.