Share via


BYOT.CreateWithTipTransaction(String, Type) 方法

定义

使用事务 Internet 协议 (TIP) 创建在手动事务内登记的对象。

public:
 static System::Object ^ CreateWithTipTransaction(System::String ^ url, Type ^ t);
public static object CreateWithTipTransaction (string url, Type t);
static member CreateWithTipTransaction : string * Type -> obj
Public Shared Function CreateWithTipTransaction (url As String, t As Type) As Object

参数

url
String

指定事务的 TIP URL。

t
Type

类型。

返回

请求的事务。

注解

CreateWithTipTransaction 执行 COM+ DTC 方法 的托管等效项 ICreateWithTIPTransaction::CreateInstance

适用于