Compartir a través de


ExpressionNode.SerializeResult Método

Serializes the result in the expression node.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Protected Sub SerializeResult ( _
    xw As XmlWriter _
)
'Uso
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
)

Parámetros

Vea también

Referencia

ExpressionNode Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf