Share via


MSFT_DtcClusterTMMappingTask class

Manages tasks for cluster DTC mappings.

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

Syntax

[dynamic, provider("MsDtcWmi"), Version("1.0"), AMENDMENT]
class MSFT_DtcClusterTMMappingTask
{
};

Members

The MSFT_DtcClusterTMMappingTask class has these types of members:

Methods

The MSFT_DtcClusterTMMappingTask class has these methods.

Method Description
AddByComPlusSet Creates a DTC mapping for a COM+ application.
AddByExeSet Creates a cluster DTC mapping for an application.
AddByServiceSet Creates a cluster DTC mapping for a service.
Get Retrieves cluster DTC mapping data.
RemoveByAllParameterSet Deletes all cluster DTC mappings.
RemoveByMappingNameParameterSet Deletes a cluster DTC mapping object.
SetByComPlusSet Updates cluster DTC mapping for a COM+ application.
SetByExeSet Updates cluster DTC mapping for an application.
SetByServiceSet Updates cluster DTC mapping for a service.

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