DeserializeResult-Methode
Deserializes the property results in the expression from an XML reader.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Protected Sub DeserializeResult ( _
xr As XmlReader _
)
'Usage
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
)
Parameter
- xr
Typ: System.Xml. . :: . .XmlReader
A XmlReader that specifies the XML reader that contains the expression node text.