Utils.Deserialize(XmlReader, MajorObject) Method

Definition

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.

Applies to