Interface IDbTransactionExtension
Represents additional transaction properties that can be implemented by SQL Server Reporting Services data processing extensions.
Espace de noms : Microsoft.ReportingServices.DataProcessing
Assemblys : Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Syntaxe
'Déclaration
Public Interface IDbTransactionExtension _
Inherits IDbTransaction, IDisposable
'Utilisation
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
Le type IDbTransactionExtension expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
AllowMultiConnection | Indicates whether the provider extension allows a single transaction to be used across multiple connections. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Commit | Commits the database transaction. (hérité de IDbTransaction.) | |
Dispose | (hérité de IDisposable.) | |
Rollback | Rolls back a transaction from a pending state. (hérité de IDbTransaction.) |
Haut de la page