Utils.Serialize 메서드

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
)

매개 변수

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

참고 항목

참조

Utils 클래스

Microsoft.AnalysisServices 네임스페이스