Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Deserializes an expression node from a string.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Shared Function Deserialize ( _
value As String _
) As ExpressionNode
'Utilisation
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
Paramètres
- value
Type : System.String
A String that specifies the string that contains the expression node text.
Valeur de retour
Type : Microsoft.SqlServer.Management.Dmf.ExpressionNode
An ExpressionNode object value that specifies the deserialized expression node.