Scripter.WriteStartBatch Método (XmlWriter, Boolean)
Starts a new write batch for the Scripter using the specified xml writer.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Shared Sub WriteStartBatch ( _
xmlWriter As XmlWriter, _
transaction As Boolean _
)
'Uso
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
)
Parámetros
- xmlWriter
Tipo: System.Xml.XmlWriter
The xml writer.
- transaction
Tipo: System.Boolean
true to use transaction; otherwise, false.