Share via


TSqlModelOptions.AllowSnapshotIsolation Property

Specifies the ALLOW_SNAPSHOT_ISOLATION database option.

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public Property AllowSnapshotIsolation As Nullable(Of Boolean)
    Get 
    Set
'Usage
Dim instance As TSqlModelOptions 
Dim value As Nullable(Of Boolean)

value = instance.AllowSnapshotIsolation

instance.AllowSnapshotIsolation = value
public Nullable<bool> AllowSnapshotIsolation { get; set; }
public:
property Nullable<bool> AllowSnapshotIsolation {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
member AllowSnapshotIsolation : Nullable<bool> with get, set
function get AllowSnapshotIsolation () : Nullable<boolean>
function set AllowSnapshotIsolation (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>

See Also

Reference

TSqlModelOptions Class

Microsoft.SqlServer.Dac.Model Namespace