Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .NET 2.0 API リファレンス » ULTransaction クラス

 

IsolationLevel プロパティ

トランザクションの独立性レベルを返します。

構文
Visual Basic
Public Overrides Readonly Property IsolationLevel As IsolationLevel
C#
public override IsolationLevel IsolationLevel { get;}
プロパティ値

System.Data.IsolationLevel 値の 1 つ。Ultra Light.NET では、System.Data.IsolationLevel.ReadUncommitted のみがサポートされています。

参照