Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the isolation level.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property Level As IsolationLevel
'Usage
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);
}
public function get Level () : IsolationLevel
public function set Level (value : IsolationLevel)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.IsolationLevel
Returns a IsolationLevel enumeration value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SetTransactionIsolationLevelStatement Class