Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Starts a new write batch for the Scripter.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Shared Sub WriteStartBatch ( _
xmlWriter As XmlWriter, _
transaction As Boolean, _
processAffectedObjects As Boolean _
)
'Utilisation
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
)
Paramètres
- xmlWriter
Type : System.Xml.XmlWriter
The xml writer.
- transaction
Type : System.Boolean
true to use transaction; otherwise, false.
- processAffectedObjects
Type : System.Boolean
true to process affected objects; otherwise, false.