ISql90DatabaseOptions.IsAllowSnapshotIsolation Property

Gets or sets whether ALLOW_SNAPSHOT_ISOLATION is on.

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

Syntax

'Declaration
Property IsAllowSnapshotIsolation As Boolean
    Get
    Set
'Usage
Dim instance As ISql90DatabaseOptions
Dim value As Boolean

value = instance.IsAllowSnapshotIsolation

instance.IsAllowSnapshotIsolation = value
bool IsAllowSnapshotIsolation { get; set; }
property bool IsAllowSnapshotIsolation {
    bool get ();
    void set (bool value);
}
function get IsAllowSnapshotIsolation () : boolean
function set IsAllowSnapshotIsolation (value : boolean)
abstract IsAllowSnapshotIsolation : bool with get, set

Property Value

Type: System.Boolean
Returns True if ALLOW_SNAPSHOT_ISOLATION is on; otherwise, False.

.NET Framework Security

See Also

Reference

ISql90DatabaseOptions Interface

ISql90DatabaseOptions Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace