Compartir a través de


Interfaz IDbTransactionExtension

Represents additional transaction properties that can be implemented by SQL Server Reporting Services data processing extensions.

Espacio de nombres:  Microsoft.ReportingServices.DataProcessing
Ensamblados:   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Sintaxis

'Declaración
Public Interface IDbTransactionExtension _
    Inherits IDbTransaction, IDisposable
'Uso
Dim instance As IDbTransactionExtension
public interface IDbTransactionExtension : IDbTransaction, 
    IDisposable
public interface class IDbTransactionExtension : IDbTransaction, 
    IDisposable
type IDbTransactionExtension =  
    interface 
        interface IDbTransaction 
        interface IDisposable 
    end
public interface IDbTransactionExtension extends IDbTransaction, IDisposable

El tipo IDbTransactionExtension expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública AllowMultiConnection Indicates whether the provider extension allows a single transaction to be used across multiple connections.

Arriba

Métodos

  Nombre Descripción
Método público Commit Commits the database transaction. (Se hereda de IDbTransaction.)
Método público Dispose (Se hereda de IDisposable.)
Método público Rollback Rolls back a transaction from a pending state. (Se hereda de IDbTransaction.)

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.DataProcessing