ExpressionNode.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
參數
- value
型別:System.String
A String that specifies the string that contains the expression node text.
傳回值
型別:Microsoft.SqlServer.Management.Dmf.ExpressionNode
An ExpressionNode object value that specifies the deserialized expression node.