IDbTransaction Interface
Represents a transaction to be performed at a data source.
네임스페이스: Microsoft.ReportingServices.DataProcessing
어셈블리: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)
구문
‘선언
Public Interface IDbTransaction
Inherits IDisposable
public interface IDbTransaction : IDisposable
public interface class IDbTransaction : IDisposable
public interface IDbTransaction extends IDisposable
public interface IDbTransaction extends IDisposable
주의
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.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
IDbTransaction Members
Microsoft.ReportingServices.DataProcessing Namespace