Deserialize 方法 (String)

Deserializes an expression node from a string.

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

语法

声明
Public Shared Function Deserialize ( _
    value As String _
) As ExpressionNode
用法
Dim value As String
Dim returnValue As ExpressionNode

returnValue = ExpressionNode.Deserialize(value)
public static ExpressionNode Deserialize(
    string value
)
public:
static ExpressionNode^ Deserialize(
    String^ value
)
static member Deserialize : 
        value:string -> ExpressionNode 
public static function Deserialize(
    value : String
) : ExpressionNode

参数

返回值

类型:Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNode
An ExpressionNode object value that specifies the deserialized expression node.