DacDeployOptions.LongRunningCommandTimeout 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 long running command timeout in seconds when executing queries against SQLServer.
public int LongRunningCommandTimeout { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "LongRunningCommandTimeout")]
public int LongRunningCommandTimeout { get; set; }
member this.LongRunningCommandTimeout : int with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "LongRunningCommandTimeout")>]
member this.LongRunningCommandTimeout : int with get, set
Public Property LongRunningCommandTimeout As Integer
Property Value
The command timeout in seconds. Default is 0 which will wait indefinitely
- Attributes