AddByExeSet method of the MSFT_DtcClusterTMMappingTask class

Creates a cluster DTC mapping for an application.

Syntax

uint32 AddByExeSet(
  [in] string  Name,
  [in] string  ClusterResourceName,
  [in] boolean Local,
  [in] string  ExecutablePath
);

Parameters

Name [in]

The name of the DTC mapping to add.

ClusterResourceName [in]

The name of the cluster resource to assign to the mapping.

Local [in]

true if the application type is local. false if the application is a clustered resource. If the application type is local, the application maps to the local DTC instance and this method ignores the value of the ClusterResourceName parameter.

ExecutablePath [in]

The path of the application to associate with this mapping.

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