다음을 통해 공유


CompensatableTransactionScopeActivity.TransactionOptions 속성

정의

이 인스턴스와 연결된 WorkflowTransactionOptions를 가져옵니다.

public:
 property System::Workflow::ComponentModel::WorkflowTransactionOptions ^ TransactionOptions { System::Workflow::ComponentModel::WorkflowTransactionOptions ^ get(); void set(System::Workflow::ComponentModel::WorkflowTransactionOptions ^ value); };
public System.Workflow.ComponentModel.WorkflowTransactionOptions TransactionOptions { get; set; }
member this.TransactionOptions : System.Workflow.ComponentModel.WorkflowTransactionOptions with get, set
Public Property TransactionOptions As WorkflowTransactionOptions

속성 값

이 인스턴스와 연결된 WorkflowTransactionOptions입니다.

예제

다음 예제에서는 TransactionOptions 속성에 액세스하는 방법을 보여 줍니다. 이 예제는 Compensation SDK 샘플에 포함되어 있습니다. 자세한 내용은 보정 샘플합니다.

this.OrderScope.TransactionOptions.IsolationLevel = System.Transactions.IsolationLevel.Serializable;
Me.OrderScope.TransactionOptions.IsolationLevel = System.Transactions.IsolationLevel.Serializable

적용 대상

추가 정보