Partager via


Interface IDbTransactionExtension

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

Espace de noms :  Microsoft.ReportingServices.DataProcessing
Assembly :  Microsoft.ReportingServices.Interfaces (dans 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