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 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
)
Parameters
- xr
Type: System.Xml.XmlReader
A XmlReader that specifies the XML reader that contains the expression node text.