Partager via


Méthode ObjectReference.WriteContent

Writes out a serialized ObjectReference by using an xmlWriter.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Sub WriteContent ( _
    writer As XmlWriter _
)
'Utilisation
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
)

Paramètres

  • writer
    Type : System.Xml.XmlWriter
    A Writer for writing the XML version of the referenced content.

Voir aussi

Référence

ObjectReference Classe

Espace de noms Microsoft.AnalysisServices