IDbTransaction 인터페이스
Represents a transaction to be performed at a data source.
네임스페이스: Microsoft.ReportingServices.DataProcessing
어셈블리: Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
구문
‘선언
Public Interface IDbTransaction _
Inherits IDisposable
‘사용 방법
Dim instance As IDbTransaction
public interface IDbTransaction : IDisposable
public interface class IDbTransaction : IDisposable
type IDbTransaction =
interface
interface IDisposable
end
public interface IDbTransaction extends IDisposable
IDbTransaction 유형에서 다음 멤버를 표시합니다.
메서드
이름 | 설명 | |
---|---|---|
Commit | Commits the database transaction. | |
Dispose | (IDisposable에서 상속됨) | |
Rollback | Rolls back a transaction from a pending state. |
맨 위로 이동
주의
The IDbTransaction interface enables you to implement a Transaction class, which represents the transaction to be performed at a data source.
An application does not create an instance of the IDbTransaction interface directly, but creates an instance of a class that implements IDbTransaction.
Classes that inherit IDbTransaction must implement the inherited members, and typically define additional members to add provider-specific functionality.