Compartilhar via


DacDeployOptions.LongRunningCommandTimeout Propriedade

Definição

Especifica o tempo limite de comando de execução prolongada em segundos ao executar consultas no 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

Valor da propriedade

O tempo limite do comando em segundos. O padrão é 0, que aguardará indefinidamente

Atributos

Aplica-se a