Compartir a través de


DacDeployOptions.LongRunningCommandTimeout Propiedad

Definición

Especifica el tiempo de espera del comando de ejecución prolongada en segundos al ejecutar consultas en 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 de propiedad

Comando de tiempo de espera en segundos. El valor predeterminado es 0, que esperará indefinidamente

Atributos

Se aplica a