SequenceClass.IsolationLevel Property

Definition

Gets or sets the isolation level of the transaction in the DtsContainer object.

public:
 virtual property int IsolationLevel { int get(); void set(int value); };
public virtual int IsolationLevel { get; set; }
member this.IsolationLevel : int with get, set
Public Overridable Property IsolationLevel As Integer

Property Value

The isolation level of the transaction in the DtsContainer object.

Implements

Remarks

For more information, see Sequence.

Applies to