Compartir a través de


Scripter.WriteStartBatch Método

Definición

Sobrecargas

WriteStartBatch(XmlWriter, Boolean)

Escribe el inicio de un nuevo elemento Batch en el script.

WriteStartBatch(XmlWriter, Boolean, Boolean)

Escribe el inicio de un nuevo elemento Batch en el script.

WriteStartBatch(XmlWriter, Boolean)

Escribe el inicio de un nuevo elemento Batch en el 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)

Parámetros

xmlWriter
XmlWriter

Escritor en el que se escribe la salida.

transaction
Boolean

Es true para usar transacciones en el script; en caso contrario, es false.

Se aplica a

WriteStartBatch(XmlWriter, Boolean, Boolean)

Escribe el inicio de un nuevo elemento Batch en el 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)

Parámetros

xmlWriter
XmlWriter

Escritor en el que se escribe la salida.

transaction
Boolean

Es true para usar transacciones en el script; en caso contrario, es false.

processAffectedObjects
Boolean

Es true para procesar objetos afectados; en caso contrario, es false.

Se aplica a