Freigeben über


ExpressionNode.Deserialize-Methode (String)

Deserializes an expression node from a string.

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

Syntax

'Declaration
Public Shared Function Deserialize ( _
    value As String _
) As ExpressionNode
'Usage
Dim value As String 
Dim returnValue As ExpressionNode 

returnValue = ExpressionNode.Deserialize(value)
public static ExpressionNode Deserialize(
    string value
)
public:
static ExpressionNode^ Deserialize(
    String^ value
)
static member Deserialize : 
        value:string -> ExpressionNode
public static function Deserialize(
    value : String
) : ExpressionNode

Parameter

  • value
    Typ: System.String
    A String that specifies the string that contains the expression node text.

Rückgabewert

Typ: Microsoft.SqlServer.Management.Dmf.ExpressionNode
An ExpressionNode object value that specifies the deserialized expression node.

Siehe auch

Verweis

ExpressionNode Klasse

Deserialize-Überladung

Microsoft.SqlServer.Management.Dmf-Namespace