A batch of SQL statements.

Namespace:  RedGate.SQL.Shared
Assembly:  RedGate.SQL.Shared (in RedGate.SQL.Shared.dll)

Syntax

Visual Basic (Declaration)
Public Class Batch
C#
public class Batch
Visual C++
public ref class Batch

Remarks

A batch is a set of SQL statements that can be executed on a SQL Server. The batch can contain more than one SQL statement, but this is not usually the case. A batch can contain more than one line (for example, the SQL to create a stored procedure might contain 100 lines).

Inheritance Hierarchy

System..::.Object
  RedGate.SQL.Shared..::.Batch

See Also