IDbTransactionExtension 接口

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

命名空间:  Microsoft.ReportingServices.DataProcessing
程序集:   Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)

语法

声明
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

IDbTransactionExtension 类型公开以下成员。

属性

  名称 说明
公共属性 AllowMultiConnection Indicates whether the provider extension allows a single transaction to be used across multiple connections.

页首

方法

  名称 说明
公共方法 Commit Commits the database transaction. (从 IDbTransaction 继承。)
公共方法 Dispose (从 IDisposable 继承。)
公共方法 Rollback Rolls back a transaction from a pending state. (从 IDbTransaction 继承。)

页首

请参阅

参考

Microsoft.ReportingServices.DataProcessing 命名空间