Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Starts a new write batch for the Scripter using the specified xml writer.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Shared Sub WriteStartBatch ( _
xmlWriter As XmlWriter, _
transaction As Boolean _
)
'Usage
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
)
Parameters
- xmlWriter
Type: System.Xml.XmlWriter
The xml writer.
- transaction
Type: System.Boolean
true to use transaction; otherwise, false.