ExpressionNode.Deserialize 方法 (XmlReader)
Deserializes an expression node from an XML reader.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Public Shared Function Deserialize ( _
xr As XmlReader _
) As ExpressionNode
'用途
Dim xr As XmlReader
Dim returnValue As ExpressionNode
returnValue = ExpressionNode.Deserialize(xr)
public static ExpressionNode Deserialize(
XmlReader xr
)
public:
static ExpressionNode^ Deserialize(
XmlReader^ xr
)
static member Deserialize :
xr:XmlReader -> ExpressionNode
public static function Deserialize(
xr : XmlReader
) : ExpressionNode
參數
- xr
型別:System.Xml.XmlReader
A XmlReader that specifies the XML reader that contains the expression node text.
傳回值
型別:Microsoft.SqlServer.Management.Dmf.ExpressionNode
An ExpressionNode object value that specifies the deserialized expression node.