Sdílet prostřednictvím


ExpressionNode.SerializeResult Method

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

Syntax

'Declaration
Protected Sub SerializeResult ( _
    xw As XmlWriter _
)
'Usage
Dim xw As XmlWriter

Me.SerializeResult(xw)
protected void SerializeResult(
    XmlWriter xw
)
protected:
void SerializeResult(
    XmlWriter^ xw
)
member SerializeResult : 
        xw:XmlWriter -> unit 
protected function SerializeResult(
    xw : XmlWriter
)

Parameters