PackageClass.IsolationLevel Property

Definition

Gets or sets the isolation level of the transaction in the package.

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.

Implements

Remarks

For more information, see Package.

Applies to