SerializeNode-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 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
Parameter
- node
Typ: Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNode
An ExpressionNode object value that specifies the expression node.
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.