Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deserializes the expression node from a text string.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Shared Function DeserializeWithResult ( _
value As String _
) As ExpressionNode
'Usage
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
Parameters
- value
Type: System.String
A String value that contains the serialized expression node.
Return Value
Type: Microsoft.SqlServer.Management.Dmf.ExpressionNode
A ExpressionNode value that contains the deserialized string.