SerializeNodeWithResult 方法

Serializes the expression node to a text string.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Public Shared Function SerializeNodeWithResult ( _
    node As ExpressionNode _
) As String
用法
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

参数

返回值

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

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。