共用方式為


ExpressionNode.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.

請參閱

參考

ExpressionNode 類別

Microsoft.SqlServer.Management.Dmf 命名空間