Utils.Deserialize(XmlReader, MajorObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deserializes the XML document contained by the specified input.
public static Microsoft.AnalysisServices.MajorObject Deserialize (System.Xml.XmlReader xmlReader, Microsoft.AnalysisServices.MajorObject obj);
static member Deserialize : System.Xml.XmlReader * Microsoft.AnalysisServices.MajorObject -> Microsoft.AnalysisServices.MajorObject
Public Shared Function Deserialize (xmlReader As XmlReader, obj As MajorObject) As MajorObject
Parameters
- xmlReader
- XmlReader
The XmlReader that contains the XML document to deserialize.
- obj
- MajorObject
The object being deserialized.
Returns
The object that was deserialized.