DeserializeResult 메서드
Deserializes the property results in the expression from an XML reader.
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)
구문
‘선언
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Protected Sub DeserializeResult ( _
xr As XmlReader _
)
‘사용 방법
Dim xr As XmlReader
Me.DeserializeResult(xr)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
protected void DeserializeResult(
XmlReader xr
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
protected:
void DeserializeResult(
XmlReader^ xr
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
member DeserializeResult :
xr:XmlReader -> unit
protected function DeserializeResult(
xr : XmlReader
)
매개 변수
- xr
유형: System.Xml. . :: . .XmlReader
A XmlReader that specifies the XML reader that contains the expression node text.