Método Utils.Deserialize
Deserializes the XML document contained by the specified xml reader.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Shared Function Deserialize ( _
xmlReader As XmlReader, _
obj As MajorObject _
) As MajorObject
'Uso
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
Parâmetros
- xmlReader
Tipo: System.Xml.XmlReader
The XmlReader that contains the XML document to deserialize.
- obj
Tipo: Microsoft.AnalysisServices.MajorObject
The object being deserialized.
Valor de retorno
Tipo: Microsoft.AnalysisServices.MajorObject
The XML document contained by the specified xml reader.