Compartir a través de


DacImportOptions.CommandTimeout Propiedad

Definición

Especifica el tiempo de espera de comando en segundos cuando se ejecutan consultas en 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 de propiedad

Comando de tiempo de espera en segundos. El valor predeterminado es 60.

Atributos

Se aplica a