Partilhar via


DacImportOptions.LongRunningCommandTimeout Propriedade

Definição

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

Valor da propriedade

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

Atributos

Aplica-se a