Serializes the specified object and writes the XML document to a file using the specified XmlWriter.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Shared Sub Serialize ( _
xmlWriter As XmlWriter, _
obj As MajorObject, _
writeReadOnlyProperties As Boolean _
)
用法
Dim xmlWriter As XmlWriter
Dim obj As MajorObject
Dim writeReadOnlyProperties As Boolean
Utils.Serialize(xmlWriter, obj, writeReadOnlyProperties)
public static void Serialize(
XmlWriter xmlWriter,
MajorObject obj,
bool writeReadOnlyProperties
)
public:
static void Serialize(
XmlWriter^ xmlWriter,
MajorObject^ obj,
bool writeReadOnlyProperties
)
static member Serialize :
xmlWriter:XmlWriter *
obj:MajorObject *
writeReadOnlyProperties:bool -> unit
public static function Serialize(
xmlWriter : XmlWriter,
obj : MajorObject,
writeReadOnlyProperties : boolean
)
参数
- xmlWriter
类型:System.Xml.XmlWriter
The XmlWriter used to write the XML document.
- obj
类型:Microsoft.AnalysisServices.MajorObject
The Object to serialize.
- writeReadOnlyProperties
类型:System.Boolean
true to write read only properties; otherwise, false.