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 | |
---|---|---|
AllowMultiConnection | Indicates whether the provider extension allows a single transaction to be used across multiple connections. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Commit | Commits the database transaction. (Se hereda de IDbTransaction.) | |
Dispose | (Se hereda de IDisposable.) | |
Rollback | Rolls back a transaction from a pending state. (Se hereda de IDbTransaction.) |
Arriba
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.DataProcessing