ReportingService2005.ExecuteBatch Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Executes all methods that are associated with a batch ID within a single database transaction.

Syntax

'Declaration
Public Sub ExecuteBatch
public void ExecuteBatch ()
public:
void ExecuteBatch ()
public void ExecuteBatch ()
public function ExecuteBatch ()

Remarks

All methods that are associated with the currently set batch ID are executed within the scope of a single database transaction in the order in which they are called. The batch ID is contained in the SOAP header for each Web service operation.

To execute the batch, set the BatchHeaderValue property of the Web service to the batch ID that was generated when the batch was created.

If an error occurs in any of the method calls when the batch executes, the report server stops execution and rolls back any previous operations. This is useful when a method call depends on the successful execution of other method calls in the batch.

Users must have permissions on all operations that are included in the batch.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

ReportingService2005 Class
ReportingService2005 Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace

Other Resources

Batching Methods