Utils.Serialize Method

Serializes the specified object and writes the XML document to a file using the specified XmlWriter.

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

Syntax

C#
public static void Serialize(
    XmlWriter xmlWriter,
    MajorObject obj,
    bool writeReadOnlyProperties
)

Parameters

  • writeReadOnlyProperties
    Type: System.Boolean
    true to write read only properties; otherwise, false.

See Also

Reference

Utils Class

Microsoft.AnalysisServices Namespace