共用方式為


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。)

上層