Sdílet prostřednictvím


ExpressionNode.Serialize Method

Serializes the expression node to the specified XML Writer.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Sub Serialize ( _
    xmlWriter As XmlWriter _
)
'Usage
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
)

Parameters

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.