Partilhar via


Propriedade ISql90DatabaseOptions.IsAllowSnapshotIsolation

Obtém ou define um valor que modela a opção ALLOW_SNAPSHOT_ISOLATION.

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISql90DatabaseOptions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel