DeserializeWithResult 方法

Deserializes the expression node from a text string.

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

语法

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

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

参数

返回值

类型:Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNode
A ExpressionNode value that contains the deserialized string.