DtcClusterTMMapping class

Represents a cluster DTC mapping of a cluster resource.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Version("1.0"), AMENDMENT]
class DtcClusterTMMapping
{
  string  Name;
  string  ApplicationType;
  string  Application;
  boolean Local;
  string  ClusterResourceName;
};

Members

The DtcClusterTMMapping class has these types of members:

Properties

The DtcClusterTMMapping class has these properties.

Application

Data type: string

Access type: Read-only

The name of the application that is associated with the mapping.

ApplicationType

Data type: string

Access type: Read-only

The application type that is associated with the mapping.

ClusterResourceName

Data type: string

Access type: Read-only

The name of the cluster DTC resource that is associated with the mapping.

Local

Data type: boolean

Access type: Read-only

true if the application type is local; otherwise, false.

Name

Data type: string

Access type: Read-only

The name of the DTC mapping.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\MsDTC
MOF
Msdtcwmi.mof
DLL
MsDtcWmi.dll

See also

Distributed Transaction Coordinator WMI Provider