DacDeployOptions.DatabaseLockTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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