ObjectReference.Serialize Method (XmlWriter)

Converts the ObjectReference to an XML version by using an xmlWriter.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

VB
'Declaration
Public Sub Serialize ( _
    xmlWriter As XmlWriter _
)
'Usage
Dim instance As ObjectReference 
Dim xmlWriter As XmlWriter

instance.Serialize(xmlWriter)

Parameters

  • xmlWriter
    Type: System.Xml.XmlWriter
    An xmlWriter for writing the XML version of the referenced content.

See Also

Reference

ObjectReference Class

Serialize Overload

Microsoft.AnalysisServices Namespace