Get method of the MSFT_DtcTransactionsTraceSettingTask class

Gets the DTC transactions trace setting of the host.

Syntax

uint32 Get(
  [out] DtcTransactionsTraceSettings cmdletOutput
);

Parameters

cmdletOutput [out]

The object that contains the retrieved trace setting.

A DtcTransactionsTraceSettings embedded instance containing the specified trace settings.

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
Header
Wbemcli.h
MOF
Msdtcwmi.mof
DLL
MsDtcWmi.dll

See also

MSFT_DtcTransactionsTraceSettingTask