Get method of the MSFT_DtcLogTask class

Retrieves DTC log file settings for a DTC instance.

Syntax

uint32 Get(
  [in]  string             DtcName,
  [out] DtcLogFileSettings cmdletOutput
);

Parameters

DtcName [in]

The name of the DTC instance.

cmdletOutput [out]

A DtcLogFileSettings embedded instance containing the 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_DtcLogTask