Condividi tramite


Proprietà ISql90DatabaseOptions.IsReadCommittedSnapshot

Ottiene o imposta un valore che modella l'opzione READ_COMMITTED_SNAPSHOT.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90DatabaseOptions Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel