IDbTransactionExtension 接口
Represents additional transaction properties that can be implemented by SQL Server Reporting Services data processing extensions.
命名空间: Microsoft.ReportingServices.DataProcessing
程序集: 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 继承。) |
页首