ServiceConfig.TipUrl 属性

定义

获取或设置事务 Internet 协议 (TIP) URL,该 URL 允许在现有事务中运行被包含的代码。Gets or sets the Transaction Internet Protocol (TIP) URL that allows the enclosed code to run in an existing transaction.

public:
 property System::String ^ TipUrl { System::String ^ get(); void set(System::String ^ value); };
public string TipUrl { get; set; }
member this.TipUrl : string with get, set
Public Property TipUrl As String

属性值

String

一个 TIP URL。A TIP URL. 默认值为 nullThe default value is null.

注解

TipUrl 与属性类似, BringYourOwnTransaction 但允许包含的代码作为 TIP URL 指定的现有事务运行。TipUrl is similar to the BringYourOwnTransaction property but allows the enclosed code to run as an existing transaction that is specified by a TIP URL.

适用于