Partager via


Serialize méthode

Serializes the expression node to the specified XML Writer.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Sub Serialize ( _
    xmlWriter As XmlWriter _
)
'Utilisation
Dim instance As ExpressionNode
Dim xmlWriter As XmlWriter

instance.Serialize(xmlWriter)
public void Serialize(
    XmlWriter xmlWriter
)
public:
void Serialize(
    XmlWriter^ xmlWriter
)
member Serialize : 
        xmlWriter:XmlWriter -> unit 
public function Serialize(
    xmlWriter : XmlWriter
)

Paramètres

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.