次の方法で共有


Clerk.TransactionUOW プロパティ

定義

トランザクションの処理の単位 (UOW: unit of work) を表す値を取得します。

public:
 property System::String ^ TransactionUOW { System::String ^ get(); };
public string TransactionUOW { get; }
member this.TransactionUOW : string
Public ReadOnly Property TransactionUOW As String

プロパティ値

UOW を表す GUID。

適用対象