DeserializeWithResult 方法

命名空間:  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

參數