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.
Converts an object into its XML representation.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Private Sub WriteXml ( _
xmlWriter As XmlWriter _
) Implements IXmlSerializable.WriteXml
'Usage
Dim instance As TraceEvent
Dim xmlWriter As XmlWriter
CType(instance, IXmlSerializable).WriteXml(xmlWriter)
void IXmlSerializable.WriteXml(
XmlWriter xmlWriter
)
private:
virtual void WriteXml(
XmlWriter^ xmlWriter
) sealed = IXmlSerializable::WriteXml
private abstract WriteXml :
xmlWriter:XmlWriter -> unit
private override WriteXml :
xmlWriter:XmlWriter -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- xmlWriter
Type: System.Xml.XmlWriter
The XmlWriter to which the object is serialized.
Implements
IXmlSerializable.WriteXml(XmlWriter)