Metodo WriteContent
Writes out a serialized ObjectReference by using an xmlWriter.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub WriteContent ( _
writer As XmlWriter _
)
'Utilizzo
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
)
Parametri
- writer
Tipo: System.Xml. . :: . .XmlWriter
A Writer for writing the XML version of the referenced content.