Lenguaje

IDbCommand.Transaction Propiedad

Definición

Obtiene o establece la transacción en la que se ejecuta el objeto Command de un proveedor de datos de SQL Server Reporting Services.

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

Valor de propiedad

El objeto de transacción de una ejecución de un proveedor de datos de Reporting Services. El valor predeterminado es una referencia de null (Nothing en Visual Basic).

Se aplica a