다음을 통해 공유


IDbTransactionExtension 인터페이스

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

네임스페이스:  Microsoft.ReportingServices.DataProcessing
어셈블리:  Microsoft.ReportingServices.Interfaces.dll의 Microsoft.ReportingServices.Interfaces

구문

‘선언
Public Interface IDbTransactionExtension _
    Inherits IDbTransaction, IDisposable
‘사용 방법
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