Metodo Deserialize (String)
Deserializes an expression node from a string.
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Shared Function Deserialize ( _
value As String _
) As ExpressionNode
'Utilizzo
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
Parametri
- value
Tipo: System. . :: . .String
A String that specifies the string that contains the expression node text.
Valore restituito
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNode
An ExpressionNode object value that specifies the deserialized expression node.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche