SnapshotIsolationState 属性

Gets the snapshot isolation state for the database.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute> _
Public ReadOnly Property SnapshotIsolationState As SnapshotIsolationState
    Get
用法
Dim instance As Database
Dim value As SnapshotIsolationState

value = instance.SnapshotIsolationState
[SfcPropertyAttribute]
public SnapshotIsolationState SnapshotIsolationState { get; }
[SfcPropertyAttribute]
public:
property SnapshotIsolationState SnapshotIsolationState {
    SnapshotIsolationState get ();
}
[<SfcPropertyAttribute>]
member SnapshotIsolationState : SnapshotIsolationState
function get SnapshotIsolationState () : SnapshotIsolationState

属性值

类型:Microsoft.SqlServer.Management.Smo. . :: . .SnapshotIsolationState
A SnapshotIsolationState object value that specifies the snapshot isolation state of the database.

注释

Snapshot isolation (or row-level versioning) is an isolation level in SQL Server.

This property was introduced in SQL Server 2005.