Share via


DtcTransactionInfo class

Represents information about a DTC transaction.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Version("1.0"), AMENDMENT]
class DtcTransactionInfo
{
  string TransactionId;
  uint32 IsolationLevel;
  string State;
  string Parent;
  string Description;
};

Members

The DtcTransactionInfo class has these types of members:

Properties

The DtcTransactionInfo class has these properties.

Description

Data type: string

Access type: Read-only

A description of the transaction.

IsolationLevel

Data type: uint32

Access type: Read-only

The isolation level of the transaction.

Parent

Data type: string

Access type: Read-only

The name of the parent transaction manager of this transaction.

State

Data type: string

Access type: Read-only

The state of the transaction.

TransactionId

Data type: string

Access type: Read-only

The ID of the transaction.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\MsDTC
MOF
Msdtcwmi.mof
DLL
MsDtcWmi.dll

See also

Distributed Transaction Coordinator WMI Provider