Поделиться через


Метод 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