Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Writes out a serialized ObjectReference by using an xmlWriter.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub WriteContent ( _
writer As XmlWriter _
)
'Usage
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
)
Parameters
- writer
Type: System.Xml.XmlWriter
A Writer for writing the XML version of the referenced content.