ObjectReference.WriteContent Method
Writes out a serialized ObjectReference by using an xmlWriter.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub WriteContent ( _
writer As XmlWriter _
)
'Usage
Dim instance As ObjectReference
Dim writer As XmlWriter
instance.WriteContent(writer)
public void WriteContent(
XmlWriter writer
)
public:
void WriteContent(
XmlWriter^ writer
)
member WriteContent :
writer:XmlWriter -> unit
public function WriteContent(
writer : XmlWriter
)
Parameters
- writer
Type: System.Xml.XmlWriter
A Writer for writing the XML version of the referenced content.