次の方法で共有


Get method of the MSFT_DtcTransactionsStatisticsTask class

Retrieves a summary of transactions run by a DTC instance.

Syntax

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

Parameters

DtcName [in]

The name of the DTC instance. This method gets the summary of transactions for this DTC instance. If you do not specify this parameter, or if you specify a value of "Local", this method displays the summary of transactions handled by the local DTC instance.

cmdletOutput [out]

A DtcTransactionsStatistics embedded instance containing the summary.

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_DtcTransactionsStatisticsTask