SequenceClass.IsolationLevel 属性   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 DtsContainer 对象中事务的隔离级别。
public:
 virtual property int IsolationLevel { int get(); void set(int value); };public virtual int IsolationLevel { get; set; }member this.IsolationLevel : int with get, setPublic Overridable Property IsolationLevel As Integer属性值
DtsContainer 对象中事务的隔离级别。
实现
注解
有关详细信息,请参阅 Sequence。