Método Serialize (XmlWriter)
Converts the ObjectReference to an XML version by using an xmlWriter.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub Serialize ( _
xmlWriter As XmlWriter _
)
'Uso
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
)
Parâmetros
- xmlWriter
Tipo: System.Xml. . :: . .XmlWriter
An xmlWriter for writing the XML version of the referenced content.
Consulte também