ExpressionNode.DeserializeWithResult 方法
Deserializes the expression node from a text string.
命名空間: 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
A String value that contains the serialized expression node.
傳回值
型別:Microsoft.SqlServer.Management.Dmf.ExpressionNode
A ExpressionNode value that contains the deserialized string.