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

參數

傳回值

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

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。

範例

設定屬性