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.
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)