RemoveByAllParameterSet method of the MSFT_DtcClusterTMMappingTask class

Deletes all cluster DTC mappings.

Syntax

uint32 RemoveByAllParameterSet(
  [in] boolean All
);

Parameters

All [in]

true to remove all mappings; 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_DtcClusterTMMappingTask