ExpressionNode.SerializeResult Method (XmlWriter)

 

Applies To: SQL Server 2016 Preview

Serializes the result in the expression node.

Namespace:   Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

[STraceConfigurationAttribute(SkipAutoTrace = true)]
protected void SerializeResult(
    XmlWriter xw
)
protected:
[STraceConfigurationAttribute(SkipAutoTrace = true)]
void SerializeResult(
    XmlWriter^ xw
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
member SerializeResult : 
        xw:XmlWriter -> unit
<STraceConfigurationAttribute(SkipAutoTrace := True)>
Protected Sub SerializeResult (
    xw As XmlWriter
)

Parameters

See Also

ExpressionNode Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top