IDtcTransaction Interface
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Beschrijft een DTC-transactie.
public interface class IDtcTransaction
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IDtcTransaction
public interface IDtcTransaction
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("0fb15084-af41-11ce-bd2b-204c4f4f5020")]
public interface IDtcTransaction
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IDtcTransaction = interface
type IDtcTransaction = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("0fb15084-af41-11ce-bd2b-204c4f4f5020")>]
type IDtcTransaction = interface
Public Interface IDtcTransaction
- Kenmerken
Opmerkingen
U moet deze interface niet implementeren, omdat deze alleen door de TransactionInterop klasse intern wordt gebruikt om de onbeheerde versie van de interface van de ITransactionSystem.EnterpriseServices naamruimte weer te geven.
Methoden
| Name | Description |
|---|---|
| Abort(IntPtr, Int32, Int32) |
Hiermee wordt een transactie afgebroken. |
| Commit(Int32, Int32, Int32) |
Een transactie doorvoert. |
| GetTransactionInfo(IntPtr) |
Haalt informatie over een transactie op. |