ExpressionNode.Deserialize メソッド (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
    式ノードのテキストを含む文字列を示す String です。

戻り値

型: Microsoft.SqlServer.Management.Dmf.ExpressionNode
シリアル化解除された式ノードを示す ExpressionNode オブジェクト値です。

関連項目

参照

ExpressionNode クラス

Deserialize オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間