ExpressionNode.DeserializeWithResult Método
Deserializes the expression node from a text string.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
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
- value
Tipo: System.String
A String value that contains the serialized expression node.
Valor devuelto
Tipo: Microsoft.SqlServer.Management.Dmf.ExpressionNode
A ExpressionNode value that contains the deserialized string.