DacDeployOptions.DatabaseLockTimeout Property

Definition

Specifies the database lock timeout in seconds when executing queries against SQLServer.

public int DatabaseLockTimeout { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DatabaseLockTimeout")]
public int DatabaseLockTimeout { get; set; }
member this.DatabaseLockTimeout : int with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DatabaseLockTimeout")>]
member this.DatabaseLockTimeout : int with get, set
Public Property DatabaseLockTimeout As Integer

Property Value

The database lock timeout in seconds. Default is 60 Specify -1 to wait indefinitely

Attributes

Applies to