IDbCommand.Transaction Property

Definition

Gets or sets the transaction in which the Command object of a SQL Server Reporting Services data provider executes.

public:
 property Microsoft::ReportingServices::DataProcessing::IDbTransaction ^ Transaction { Microsoft::ReportingServices::DataProcessing::IDbTransaction ^ get(); void set(Microsoft::ReportingServices::DataProcessing::IDbTransaction ^ value); };
public Microsoft.ReportingServices.DataProcessing.IDbTransaction Transaction { get; set; }
member this.Transaction : Microsoft.ReportingServices.DataProcessing.IDbTransaction with get, set
Public Property Transaction As IDbTransaction

Property Value

The transaction object of a Reporting Services data provider execution. The default value is a null reference (Nothing in Visual Basic).

Applies to