TransactionProtocol.OleTransactions 属性

定义

获取 OleTransactions 事务处理协议值。Gets the OleTransactions transaction protocol value.

public:
 static property System::ServiceModel::TransactionProtocol ^ OleTransactions { System::ServiceModel::TransactionProtocol ^ get(); };
public static System.ServiceModel.TransactionProtocol OleTransactions { get; }
member this.OleTransactions : System.ServiceModel.TransactionProtocol
Public Shared ReadOnly Property OleTransactions As TransactionProtocol

属性值

TransactionProtocol

一个 OleTransactions 值。An OleTransactions value.

注解

OleTransactions 协议对于如下的情形非常有用:即不要求第三方协议堆栈具有互操作性,并且服务部署人员预先知道 WS-AtomicTransaction 将在本地禁用或者现有网络拓扑不支持使用 WS-AtomicTransaction。The OleTransactions protocol is useful for scenarios when interoperability with third-party protocol stacks is not a requirement, and the deployer of a service knows in advance that WS-AtomicTransaction is disabled locally or that the existing network topology does not favor the usage of WS-AtomicTransaction.

适用于