Поделиться через


Метод ObjectReference.WriteContent

Writes out a serialized ObjectReference by using an xmlWriter.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Sub WriteContent ( _
    writer As XmlWriter _
)
'Применение
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
)

Параметры

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

См. также

Справочник

ObjectReference Класс

Пространство имен Microsoft.AnalysisServices