Condividi tramite


Proprietà ISql90DatabaseOptions.IsAllowSnapshotIsolation

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

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

Sintassi

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

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90DatabaseOptions Interfaccia

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