다음을 통해 공유


IsReadCommittedSnapshotOn 속성

Gets a value that specifies whether transactions with the read committed isolation level use row versioning.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<DisplayNameKeyAttribute("Database_IsReadCommittedSnapshotOnName")> _
<DisplayDescriptionKeyAttribute("Database_IsReadCommittedSnapshotOnDesc")> _
Property IsReadCommittedSnapshotOn As Boolean
    Get
    Set
‘사용 방법
Dim instance As IDatabaseOptions
Dim value As Boolean

value = instance.IsReadCommittedSnapshotOn

instance.IsReadCommittedSnapshotOn = value
[DisplayNameKeyAttribute("Database_IsReadCommittedSnapshotOnName")]
[DisplayDescriptionKeyAttribute("Database_IsReadCommittedSnapshotOnDesc")]
bool IsReadCommittedSnapshotOn { get; set; }
[DisplayNameKeyAttribute(L"Database_IsReadCommittedSnapshotOnName")]
[DisplayDescriptionKeyAttribute(L"Database_IsReadCommittedSnapshotOnDesc")]
property bool IsReadCommittedSnapshotOn {
    bool get ();
    void set (bool value);
}
[<DisplayNameKeyAttribute("Database_IsReadCommittedSnapshotOnName")>]
[<DisplayDescriptionKeyAttribute("Database_IsReadCommittedSnapshotOnDesc")>]
abstract IsReadCommittedSnapshotOn : bool with get, set
function get IsReadCommittedSnapshotOn () : boolean
function set IsReadCommittedSnapshotOn (value : boolean)

속성 값

유형: System. . :: . .Boolean
A Boolean value that indicates whether transactions with the read committed isolation level use row versioning.
If True, the transactions use row versioning. Otherwise, False (default.)