Share via


DtcLogFileSettings class

Represents DTC log file settings for a DTC instance.

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

Syntax

[Version("1.0"), AMENDMENT]
class DtcLogFileSettings
{
  string Path;
  uint32 SizeInMB;
  uint32 MaxSizeInMB;
};

Members

The DtcLogFileSettings class has these types of members:

Properties

The DtcLogFileSettings class has these properties.

MaxSizeInMB

Data type: uint32

Access type: Read-only

The maximum size of the log file, in megabytes.

Path

Data type: string

Access type: Read-only

The path to the DTC instance.

SizeInMB

Data type: uint32

Access type: Read-only

The size of the log file, in megabytes.

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