Método ExpressionNode.DeserializeResult
Deserializes the property results in the expression from an XML reader.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Protected Sub DeserializeResult ( _
xr As XmlReader _
)
'Uso
Dim xr As XmlReader
Me.DeserializeResult(xr)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
protected void DeserializeResult(
XmlReader xr
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
protected:
void DeserializeResult(
XmlReader^ xr
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
member DeserializeResult :
xr:XmlReader -> unit
protected function DeserializeResult(
xr : XmlReader
)
Parâmetros
- xr
Tipo: System.Xml.XmlReader
A XmlReader that specifies the XML reader that contains the expression node text.