ExpressionNode.DeserializeWithResult メソッド

テキスト文字列から式ノードをシリアル化解除します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public Shared Function DeserializeWithResult ( _
    value As String _
) As ExpressionNode
'使用
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

パラメーター

戻り値

型: Microsoft.SqlServer.Management.Dmf.ExpressionNode
シリアル化解除された文字列を含む ExpressionNode 値です。

関連項目

参照

ExpressionNode クラス

Microsoft.SqlServer.Management.Dmf 名前空間