Partager via


DeserializeWithResult méthode

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Shared Function DeserializeWithResult ( _
    value As String _
) As ExpressionNode
'Utilisation
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

Paramètres