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
)
参数
- xmlWriter
类型:System.Xml.XmlWriter
The xml writer.
- transaction
类型:System.Boolean
true to use transaction; otherwise, false.