Scripter.WriteStartBatch Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WriteStartBatch(XmlWriter, Boolean) |
Writes the start of a new batch element into the script. |
WriteStartBatch(XmlWriter, Boolean, Boolean) |
Writes the start of a new batch element into the script. |
WriteStartBatch(XmlWriter, Boolean)
Writes the start of a new batch element into the script.
public static void WriteStartBatch (System.Xml.XmlWriter xmlWriter, bool transaction);
static member WriteStartBatch : System.Xml.XmlWriter * bool -> unit
Public Shared Sub WriteStartBatch (xmlWriter As XmlWriter, transaction As Boolean)
Parameters
- xmlWriter
- XmlWriter
The writer into which the output is writen.
- transaction
- Boolean
true to use transaction in the script; otherwise, false.
Applies to
WriteStartBatch(XmlWriter, Boolean, Boolean)
Writes the start of a new batch element into the script.
public static void WriteStartBatch (System.Xml.XmlWriter xmlWriter, bool transaction, bool processAffectedObjects);
static member WriteStartBatch : System.Xml.XmlWriter * bool * bool -> unit
Public Shared Sub WriteStartBatch (xmlWriter As XmlWriter, transaction As Boolean, processAffectedObjects As Boolean)
Parameters
- xmlWriter
- XmlWriter
The writer into which the output is writen.
- transaction
- Boolean
true to use transaction in the script; otherwise, false.
- processAffectedObjects
- Boolean
true to process affected objects; otherwise, false.