ISql90DatabaseOptions.IsReadCommittedSnapshot-Eigenschaft

Ruft einen Wert ab, der die READ_COMMITTED_SNAPSHOT-Option modelliert, oder legt den Wert fest.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsReadCommittedSnapshot As Boolean
    Get
    Set
bool IsReadCommittedSnapshot { get; set; }
property bool IsReadCommittedSnapshot {
    bool get ();
    void set (bool value);
}
abstract IsReadCommittedSnapshot : bool with get, set
function get IsReadCommittedSnapshot () : boolean
function set IsReadCommittedSnapshot (value : boolean)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90DatabaseOptions Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace