BYOT.CreateWithTransaction(Object, Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建在手动事务内登记的对象。
public:
static System::Object ^ CreateWithTransaction(System::Object ^ transaction, Type ^ t);
public static object CreateWithTransaction (object transaction, Type t);
static member CreateWithTransaction : obj * Type -> obj
Public Shared Function CreateWithTransaction (transaction As Object, t As Type) As Object
参数
- transaction
- Object
指定事务的 ITransaction 或 Transaction 对象。
- t
- Type
指定的类型。
返回
请求的事务。
注解
CreateWithTransaction 执行 COM+ 分布式事务处理协调器 (DTC) 方法的托管等效项 ICreateWithTransaction::CreateInstance
。