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.