Método ExpressionNode.DeserializeWithResult

Deserializes the expression node from a text string.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
Public Shared Function DeserializeWithResult ( _
    value As String _
) As ExpressionNode
'Uso
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

Parâmetros

Valor de retorno

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

Consulte também

Referência

ExpressionNode Classe

Namespace Microsoft.SqlServer.Management.Dmf