Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deserializes the XML document contained by the specified xml reader.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Shared Function Deserialize ( _
xmlReader As XmlReader, _
obj As MajorObject _
) As MajorObject
'Usage
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
Parameters
- xmlReader
Type: System.Xml.XmlReader
The XmlReader that contains the XML document to deserialize.
- obj
Type: Microsoft.AnalysisServices.MajorObject
The object being deserialized.
Return Value
Type: Microsoft.AnalysisServices.MajorObject
The XML document contained by the specified xml reader.