ExpressionNode.DeserializeResult Método
Deserializes the property results in the expression from an XML reader.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
<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.