Método ExpressionNode.Deserialize (XmlReader)
Deserializes an expression node from an XML reader.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public Shared Function Deserialize ( _
xr As XmlReader _
) As ExpressionNode
'Uso
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
Parâmetros
- xr
Tipo: System.Xml.XmlReader
A XmlReader that specifies the XML reader that contains the expression node text.
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Dmf.ExpressionNode
An ExpressionNode object value that specifies the deserialized expression node.