BYOT.CreateWithTipTransaction(String, Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用事务 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
。