Share via


ExpressionNode.SerializeNode Method

Serializes the expression node to a text string.

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

Syntax

'Declaration
Public Shared Function SerializeNode ( _
    node As ExpressionNode _
) As String
'Usage
Dim node As ExpressionNode
Dim returnValue As String

returnValue = ExpressionNode.SerializeNode(node)
public static string SerializeNode(
    ExpressionNode node
)
public:
static String^ SerializeNode(
    ExpressionNode^ node
)
static member SerializeNode : 
        node:ExpressionNode -> string 
public static function SerializeNode(
    node : ExpressionNode
) : String

Parameters

Return Value

Type: System.String
A String value that contains the serialized expression node in text format.

Remarks

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