Deserialize 메서드 (XmlReader)
Deserializes an expression node from an XML reader.
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf
구문
‘선언
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.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.