SqlBuildTask.AllowSnapshotIsolation Property

Supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.Tasks
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Tasks (in microsoft.visualstudio.teamsystem.data.tasks.dll)

Syntax

'Declaration
Public Property AllowSnapshotIsolation As Boolean
'Usage
Dim instance As SqlBuildTask
Dim value As Boolean

value = instance.AllowSnapshotIsolation

instance.AllowSnapshotIsolation = value
public bool AllowSnapshotIsolation { get; set; }
public:
property bool AllowSnapshotIsolation {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_AllowSnapshotIsolation ()

/** @property */
public void set_AllowSnapshotIsolation (boolean value)
public function get AllowSnapshotIsolation () : boolean

public function set AllowSnapshotIsolation (value : boolean)

See Also

Reference

SqlBuildTask Class
SqlBuildTask Members
Microsoft.VisualStudio.TeamSystem.Data.Tasks Namespace