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.