Share via


SnapshotIsolationState propriété

Gets the snapshot isolation state for the database.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property SnapshotIsolationState As SnapshotIsolationState
    Get
'Utilisation
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

Valeur de la propriété

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

Notes

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

This property was introduced in SQL Server 2005.