Partilhar via


Interface IDbTransactionExtension

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

Namespace:  Microsoft.ReportingServices.DataProcessing
Assemblies:   Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)

Sintaxe

'Declaração
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

O tipo IDbTransactionExtension expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública AllowMultiConnection Indicates whether the provider extension allows a single transaction to be used across multiple connections.

Início

Métodos

  Nome Descrição
Método público Commit Commits the database transaction. (Herdado de IDbTransaction.)
Método público Dispose (Herdado de IDisposable.)
Método público Rollback Rolls back a transaction from a pending state. (Herdado de IDbTransaction.)

Início

Consulte também

Referência

Namespace Microsoft.ReportingServices.DataProcessing