RemoveByMappingNameParameterSet method of the MSFT_DtcClusterTMMappingTask class

Deletes a cluster DTC mapping object.

Syntax

uint32 RemoveByMappingNameParameterSet(
  [in] string Name
);

Parameters

Name [in]

The name of the DTC mapping object to delete.

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