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.
Serializes the result in the expression node.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Protected Sub SerializeResult ( _
xw As XmlWriter _
)
'Usage
Dim xw As XmlWriter
Me.SerializeResult(xw)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
protected void SerializeResult(
XmlWriter xw
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
protected:
void SerializeResult(
XmlWriter^ xw
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
member SerializeResult :
xw:XmlWriter -> unit
protected function SerializeResult(
xw : XmlWriter
)
Parameters
- xw
Type: System.Xml.XmlWriter
The XML writer.