Utils.Deserialize 메서드
Deserializes the XML document contained by the specified xml reader.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Shared Function Deserialize ( _
xmlReader As XmlReader, _
obj As MajorObject _
) As MajorObject
‘사용 방법
Dim xmlReader As XmlReader
Dim obj As MajorObject
Dim returnValue As MajorObject
returnValue = Utils.Deserialize(xmlReader, _
obj)
public static MajorObject Deserialize(
XmlReader xmlReader,
MajorObject obj
)
public:
static MajorObject^ Deserialize(
XmlReader^ xmlReader,
MajorObject^ obj
)
static member Deserialize :
xmlReader:XmlReader *
obj:MajorObject -> MajorObject
public static function Deserialize(
xmlReader : XmlReader,
obj : MajorObject
) : MajorObject
매개 변수
- xmlReader
유형: System.Xml.XmlReader
The XmlReader that contains the XML document to deserialize.
- obj
유형: Microsoft.AnalysisServices.MajorObject
The object being deserialized.
반환 값
유형: Microsoft.AnalysisServices.MajorObject
The XML document contained by the specified xml reader.