Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Generates an object from its XML representation.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Private Sub ReadXml ( _
xmlReader As XmlReader _
) Implements IXmlSerializable.ReadXml
'Usage
Dim instance As TraceEvent
Dim xmlReader As XmlReader
CType(instance, IXmlSerializable).ReadXml(xmlReader)
void IXmlSerializable.ReadXml(
XmlReader xmlReader
)
private:
virtual void ReadXml(
XmlReader^ xmlReader
) sealed = IXmlSerializable::ReadXml
private abstract ReadXml :
xmlReader:XmlReader -> unit
private override ReadXml :
xmlReader:XmlReader -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- xmlReader
Type: System.Xml.XmlReader
The XmlReader from which the object is deserialized.
Implements
IXmlSerializable.ReadXml(XmlReader)