Właściwość IDatabaseOptions.IsReadCommittedSnapshotOn
Pobiera wartość określająca, czy transakcje z odczytu popełnione poziom izolacji użyć wersji wiersza.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<DisplayDescriptionKeyAttribute("Database_IsReadCommittedSnapshotOnDesc")> _
<DisplayNameKeyAttribute("Database_IsReadCommittedSnapshotOnName")> _
Property IsReadCommittedSnapshotOn As Boolean
Get
Set
'Użycie
Dim instance As IDatabaseOptions
Dim value As Boolean
value = instance.IsReadCommittedSnapshotOn
instance.IsReadCommittedSnapshotOn = value
[DisplayDescriptionKeyAttribute("Database_IsReadCommittedSnapshotOnDesc")]
[DisplayNameKeyAttribute("Database_IsReadCommittedSnapshotOnName")]
bool IsReadCommittedSnapshotOn { get; set; }
[DisplayDescriptionKeyAttribute(L"Database_IsReadCommittedSnapshotOnDesc")]
[DisplayNameKeyAttribute(L"Database_IsReadCommittedSnapshotOnName")]
property bool IsReadCommittedSnapshotOn {
bool get ();
void set (bool value);
}
[<DisplayDescriptionKeyAttribute("Database_IsReadCommittedSnapshotOnDesc")>]
[<DisplayNameKeyAttribute("Database_IsReadCommittedSnapshotOnName")>]
abstract IsReadCommittedSnapshotOn : bool with get, set
function get IsReadCommittedSnapshotOn () : boolean
function set IsReadCommittedSnapshotOn (value : boolean)
Wartość właściwości
Typ: System.Boolean
A Boolean wartość wskazująca, czy transakcje z odczytu popełnione poziom izolacji użyć wiersza versioning.
Jeśli True, transakcje należy użyć wersji wiersza.W przeciwnym razie False (domyślnie).
Zobacz także