Scripter.WriteStartBatch 方法 (XmlWriter, Boolean, Boolean)
Starts a new write batch for the Scripter.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Shared Sub WriteStartBatch ( _
xmlWriter As XmlWriter, _
transaction As Boolean, _
processAffectedObjects As Boolean _
)
'用途
Dim xmlWriter As XmlWriter
Dim transaction As Boolean
Dim processAffectedObjects As Boolean
Scripter.WriteStartBatch(xmlWriter, _
transaction, processAffectedObjects)
public static void WriteStartBatch(
XmlWriter xmlWriter,
bool transaction,
bool processAffectedObjects
)
public:
static void WriteStartBatch(
XmlWriter^ xmlWriter,
bool transaction,
bool processAffectedObjects
)
static member WriteStartBatch :
xmlWriter:XmlWriter *
transaction:bool *
processAffectedObjects:bool -> unit
public static function WriteStartBatch(
xmlWriter : XmlWriter,
transaction : boolean,
processAffectedObjects : boolean
)
參數
- xmlWriter
型別:System.Xml.XmlWriter
The xml writer.
- transaction
型別:System.Boolean
true to use transaction; otherwise, false.
- processAffectedObjects
型別:System.Boolean
true to process affected objects; otherwise, false.