BatchHeader.BatchID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the batch ID that is associated with a single database transaction in which multiple Web service methods run.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public string BatchID { get; set; }
public:
property String^ BatchID {
    String^ get();
    void set(String^ value);
}
member BatchID : string with get, set
Public Property BatchID As String

Property Value

Type: System.String

A string with the batch ID that is associated with a single database transaction in which multiple Web service methods run.

Remarks

Set the BatchID property equal to the batch ID value that is returned by the CreateBatch method.

See Also

BatchHeader Class
ReportService2005 Namespace

Return to top