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
パラメーター
- value
型: System. . :: . .String