Share via


ExpressionNode.SerializeNodeWithResult 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 SerializeNodeWithResult ( _
    node As ExpressionNode _
) As String
'Usage
Dim node As ExpressionNode
Dim returnValue As String

returnValue = ExpressionNode.SerializeNodeWithResult(node)
public static string SerializeNodeWithResult(
    ExpressionNode node
)
public:
static String^ SerializeNodeWithResult(
    ExpressionNode^ node
)
static member SerializeNodeWithResult : 
        node:ExpressionNode -> string 
public static function SerializeNodeWithResult(
    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.