Freigeben über


ITransaction-Schnittstelle

Entspricht der ITransaction-Schnittstelle des DTC (Distributed Transaction Coordinator) und wird von Objekten unterstützt, die mit ContextUtil.Transaction abgerufen werden.

Namespace: System.EnterpriseServices
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)

Syntax

'Declaration
<GuidAttribute("0FB15084-AF41-11CE-BD2B-204C4F4F5020")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface ITransaction
'Usage
Dim instance As ITransaction
[GuidAttribute("0FB15084-AF41-11CE-BD2B-204C4F4F5020")] 
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)] 
public interface ITransaction
[GuidAttribute(L"0FB15084-AF41-11CE-BD2B-204C4F4F5020")] 
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)] 
public interface class ITransaction
/** @attribute GuidAttribute("0FB15084-AF41-11CE-BD2B-204C4F4F5020") */ 
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */ 
public interface ITransaction
GuidAttribute("0FB15084-AF41-11CE-BD2B-204C4F4F5020") 
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) 
public interface ITransaction

Plattformen

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

ITransaction-Member
System.EnterpriseServices-Namespace