Compartir a través de


SerializeResult Método

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

Sintaxis

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

Parámetros