IDbCommand.Transaction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).