次の方法で共有


SetByTraceAllParameterSet method of the MSFT_DtcTransactionsTraceSettingTask class

Modifies the DTC transactions trace setting of the host.

Syntax

uint32 SetByTraceAllParameterSet(
  [in] boolean AllTransactionsTracingEnabled
);

Parameters

AllTransactionsTracingEnabled [in]

true to enable tracing for all transactions; otherwise, false.

Return value

Returns "0" on success, otherwise returns a WMI error code.

Requirements

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

See also

MSFT_DtcTransactionsTraceSettingTask