语言

IDTSContainer100.IsolationLevel 属性

定义

获取或设置对象中 IDTSContainer100 交易的隔离级别。

public:
 property int IsolationLevel { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(24)]
public int IsolationLevel { [System.Runtime.InteropServices.DispId(24)] get; [System.Runtime.InteropServices.DispId(24)] set; }
[<System.Runtime.InteropServices.DispId(24)>]
[<get: System.Runtime.InteropServices.DispId(24)>]
[<set: System.Runtime.InteropServices.DispId(24)>]
member this.IsolationLevel : int with get, set
Public Property IsolationLevel As Integer

属性值

对象中 IDTSContainer100 事务的隔离级别。

属性

注解

有关详细信息,请参阅 DtsContainer

适用于