Condividi tramite


Metodo DeserializeWithResult

Deserializes the expression node from a text string.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public Shared Function DeserializeWithResult ( _
    value As String _
) As ExpressionNode
'Utilizzo
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

Parametri

Valore restituito

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