Set method of the MSFT_DtcClusterDefaultTask class

Updates cluster the DTC.

Syntax

uint32 Set(
  [in]  string DtcResourceName,
  [out] string cmdletOutput
);

Parameters

DtcResourceName [in]

The new name of the DTC.

cmdletOutput [out]

The name of the updated cluster DTC.

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_DtcClusterDefaultTask