See Also

ExecutionBlock Class  | ExecutionBlock Members

Requirements

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

Language

Visual Basic

C#

C++

C++/CLI

Show All

index
The index of the batch to get.
See Also Languages RedGate.SQL.Shared Send comments on this topic.

GetBatch Method

RedGate.SQL.Shared Namespace > ExecutionBlock Class : GetBatch Method

Gets a batch of SQL.

[Visual Basic]
Public Function GetBatch( _    ByVal index As Long _ ) As Batch
[C#]
public Batch GetBatch(    long index );
[C++]
public: Batch* GetBatch(    long index )
[C++/CLI]
public: Batch^ GetBatch(    long index )

Parameters

index
The index of the batch to get.

Return Type

A batch of SQL.

Requirements

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

See Also

ExecutionBlock Class  | ExecutionBlock Members

 

 


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