DacImportOptions.LongRunningCommandTimeout Property

Definition

Specifies the long running command timeout in seconds when executing queries against SQL Server.

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

Applies to