Compartilhar via


DacImportOptions.CommandTimeout Propriedade

Definição

Especifica o tempo limite do comando em segundos ao executar consultas com relação ao SQL Server.

public int CommandTimeout { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "CommandTimeout")]
public int CommandTimeout { get; set; }
member this.CommandTimeout : int with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "CommandTimeout")>]
member this.CommandTimeout : int with get, set
Public Property CommandTimeout As Integer

Valor da propriedade

O tempo limite do comando em segundos. O padrão é 60

Atributos

Aplica-se a