SetTransactionIsolationLevelStatement.Level 属性

获取或设置隔离级别。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property Level As IsolationLevel
    Get
    Set
public IsolationLevel Level { get; set; }
public:
property IsolationLevel Level {
    IsolationLevel get ();
    void set (IsolationLevel value);
}
member Level : IsolationLevel with get, set
function get Level () : IsolationLevel
function set Level (value : IsolationLevel)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.IsolationLevel
返回一个 IsolationLevel 枚举值。

.NET Framework 安全性

请参见

参考

SetTransactionIsolationLevelStatement 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间