BYOT.CreateWithTransaction(Object, Type) 方法

定义

创建在手动事务内登记的对象。

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

指定事务的 ITransactionTransaction 对象。

t
Type

指定的类型。

返回

请求的事务。

注解

CreateWithTransaction 执行 COM+ 分布式事务处理协调器 (DTC) 方法的托管等效项 ICreateWithTransaction::CreateInstance

适用于