Freigeben über


SerializeNodeWithResult-Methode

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

Parameter

Rückgabewert

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

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.