IDbTransactionExtension Interface

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

命名空间: Microsoft.ReportingServices.DataProcessing
程序集: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

语法

声明
Public Interface IDbTransactionExtension
    Inherits IDbTransaction, IDisposable
public interface IDbTransactionExtension : IDbTransaction, IDisposable
public interface class IDbTransactionExtension : IDbTransaction, IDisposable
public interface IDbTransactionExtension extends IDbTransaction, IDisposable
public interface IDbTransactionExtension extends IDbTransaction, IDisposable

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

IDbTransactionExtension Members
Microsoft.ReportingServices.DataProcessing Namespace