SerializeResult méthode
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Protected Sub SerializeResult ( _
xw As XmlWriter _
)
'Utilisation
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
)
Paramètres
- xw
Type : System.Xml. . :: . .XmlWriter
Voir aussi