SetTransactionIsolationLevelStatement.Level 属性
Gets or sets the isolation level.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property Level As IsolationLevel
Get
Set
用法
Dim instance As SetTransactionIsolationLevelStatement
Dim value As IsolationLevel
value = instance.Level
instance.Level = value
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.SqlServer.TransactSql.ScriptDom.IsolationLevel
The isolation level.