BatchHeader Class

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

Represents a batch header that supports the use of multi-method operations that run within a single transaction. For more information about batch headers, see Batching Methods.

Syntax

'Declaration
Public Class BatchHeader
    Inherits SoapHeader
public class BatchHeader : SoapHeader
public ref class BatchHeader : public SoapHeader
public class BatchHeader extends SoapHeader
public class BatchHeader extends SoapHeader

Remarks

The BatchHeader class is used with the BatchHeaderValue property in a SOAP header.

Inheritance Hierarchy

System.Object
   System.Web.Services.Protocols.SoapHeader
    ReportService2005.BatchHeader

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

BatchHeader Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace