Serialize méthode
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Shared Sub Serialize ( _
xmlWriter As XmlWriter, _
obj As MajorObject, _
writeReadOnlyProperties As Boolean _
)
'Utilisation
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
)
Paramètres
- xmlWriter
Type : System.Xml. . :: . .XmlWriter
- writeReadOnlyProperties
Type : System. . :: . .Boolean