다음을 통해 공유


WriteStartBatch 메서드 (XmlWriter, Boolean)

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
Public Shared Sub WriteStartBatch ( _
    xmlWriter As XmlWriter, _
    transaction As Boolean _
)
‘사용 방법
Dim xmlWriter As XmlWriter
Dim transaction As Boolean

Scripter.WriteStartBatch(xmlWriter, _
    transaction)
public static void WriteStartBatch(
    XmlWriter xmlWriter,
    bool transaction
)
public:
static void WriteStartBatch(
    XmlWriter^ xmlWriter, 
    bool transaction
)
static member WriteStartBatch : 
        xmlWriter:XmlWriter * 
        transaction:bool -> unit 
public static function WriteStartBatch(
    xmlWriter : XmlWriter, 
    transaction : boolean
)

매개 변수