SetByComPlusSet method of the MSFT_DtcClusterTMMappingTask class
Updates a DTC mapping for a COM+ application.
Syntax
uint32 SetByComPlusSet(
[in] string Name,
[in] string ComPlusAppId,
[in] string ClusterResourceName,
[in] boolean Local
);
Parameters
-
Name [in]
-
The name of the DTC mapping to update.
-
ComPlusAppId [in]
-
The COM+ application identifier to associate with the mapping.
-
ClusterResourceName [in]
-
The name of the cluster resource to assign to the mapping.
-
Local [in]
-
true if the application type is local. false if the application is a clustered resource. If the application type is local, the application maps to the local DTC instance and this method ignores the value of the ClusterResourceName parameter.
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 |
MOF |
|
DLL |
|