Метод ExpressionNode.Deserialize (String)

Deserializes an expression node from a string.

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public Shared Function Deserialize ( _
    value As String _
) As ExpressionNode
'Применение
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

Параметры

  • value
    Тип: System.String
    A String that specifies the string that contains the expression node text.

Возвращаемое значение

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

См. также

Справочник

ExpressionNode Класс

Перегрузка Deserialize

Пространство имен Microsoft.SqlServer.Management.Dmf