SerializeNode 方法

Serializes the expression node to a text string.

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
Public Shared Function SerializeNode ( _
    node As ExpressionNode _
) As String
'用途
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

參數

傳回值

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

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。