Método SerializeResult
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
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
- xw
Tipo: System.Xml. . :: . .XmlWriter
Consulte também