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 the ObjectReference to an XML version by using an xmlWriter.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Serialize ( _
xmlWriter As XmlWriter _
)
'Usage
Dim instance As ObjectReference
Dim xmlWriter As XmlWriter
instance.Serialize(xmlWriter)
public void Serialize(
XmlWriter xmlWriter
)
public:
void Serialize(
XmlWriter^ xmlWriter
)
member Serialize :
xmlWriter:XmlWriter -> unit
public function Serialize(
xmlWriter : XmlWriter
)
Parameters
- xmlWriter
Type: System.Xml.XmlWriter
An xmlWriter for writing the XML version of the referenced content.