Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Converts the ObjectReference to an XML version by using an xmlWriter.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Serialize ( _
xmlWriter As XmlWriter _
)
'Usage
Dim instance As ObjectReference
Dim xmlWriter As XmlWriter
instance.Serialize(xmlWriter)
public void Serialize(
XmlWriter xmlWriter
)
public:
void Serialize(
XmlWriter^ xmlWriter
)
member Serialize :
xmlWriter:XmlWriter -> unit
public function Serialize(
xmlWriter : XmlWriter
)
Parameters
- xmlWriter
Type: System.Xml.XmlWriter
An xmlWriter for writing the XML version of the referenced content.