Compartir a través de


ISql90DatabaseOptions.IsReadCommittedSnapshot (Propiedad)

Obtiene o establece un valor que modela la opción READ_COMMITTED_SNAPSHOT.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISql90DatabaseOptions Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)