Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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.