Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Converts an object into its XML representation.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Private Sub WriteXml ( _
xmlWriter As XmlWriter _
) Implements IXmlSerializable.WriteXml
'Uso
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Parámetros
- xmlWriter
Tipo: System.Xml.XmlWriter
The XmlWriter to which the object is serialized.
Implementa
IXmlSerializable.WriteXml(XmlWriter)