次の方法で共有


Reset method of the MSFT_DtcLogTask class

Resets the log file of a DTC instance.

Syntax

uint32 Reset(
  [in] string DtcName
);

Parameters

DtcName [in]

The name of the DTC instance.

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_DtcLogTask