Share via


DtcTransactionsTraceSettings class

Represents DTC transaction trace settings.

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

Syntax

[Version("1.0"), AMENDMENT]
class DtcTransactionsTraceSettings
{
  boolean AllTransactionsTracingEnabled;
  boolean AbortedTransactionsTracingEnabled;
  boolean LongLivedTransactionsTracingEnabled;
};

Members

The DtcTransactionsTraceSettings class has these types of members:

Properties

The DtcTransactionsTraceSettings class has these properties.

AbortedTransactionsTracingEnabled

Data type: boolean

Access type: Read-only

true if tracing for aborted transactions is enabled; otherwise, false.

AllTransactionsTracingEnabled

Data type: boolean

Access type: Read-only

true if tracing for all transactions is enabled; otherwise, false.

LongLivedTransactionsTracingEnabled

Data type: boolean

Access type: Read-only

true if tracing for long-lived transactions is enabled; otherwise, false.

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