Scripter.WriteStartBatch 메서드 (XmlWriter, Boolean)

Starts a new write batch for the Scripter using the specified xml writer.

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

구문

‘선언
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
)

매개 변수

  • transaction
    유형: System.Boolean
    true to use transaction; otherwise, false.

참고 항목

참조

Scripter 클래스

WriteStartBatch 오버로드

Microsoft.AnalysisServices 네임스페이스