See Also

Batch Members  | RedGate.SQL.Shared Namespace

Requirements

Namespace: RedGate.SQL.Shared

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

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

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Requirements Languages RedGate.SQL.Shared Send comments on this topic.

Batch Class

RedGate.SQL.Shared Namespace : Batch Class

A batch of SQL statements.

For a list of all members of this type, see Batch members.

Inheritance Hierarchy

System.Object
   RedGate.SQL.Shared.Batch

Syntax

[Visual Basic]
Public Class Batch
[C#]
public class Batch
[C++]
public __gc class Batch
[C++/CLI]
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).

Requirements

Namespace: RedGate.SQL.Shared

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

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

See Also

Batch Members  | RedGate.SQL.Shared Namespace

 

 


© 2003 - 2007 Red Gate Software Ltd. All Rights Reserved.