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 命名空间