Compartir a través de


ISql90DatabaseOptions.IsAllowSnapshotIsolation (Propiedad)

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

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

Sintaxis

'Declaración
Property IsAllowSnapshotIsolation As Boolean
    Get
    Set
bool IsAllowSnapshotIsolation { get; set; }
property bool IsAllowSnapshotIsolation {
    bool get ();
    void set (bool value);
}
abstract IsAllowSnapshotIsolation : bool with get, set
function get IsAllowSnapshotIsolation () : boolean
function set IsAllowSnapshotIsolation (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)