Get method of the MSFT_DtcClusterTMMappingTask class

Retrieves cluster DTC mapping data.

Syntax

uint32 Get(
  [in]  string              Name,
  [out] DtcClusterTMMapping cmdletOutput[]
);

Parameters

Name [in]

The name of the mapping data. If this parameter is not set, all Transaction Manager (TM) mappings are retrieved.

cmdletOutput [out]

An array of DtcClusterTMMapping embedded instances containing the retrieved mapping data.

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_DtcClusterTMMappingTask