Partager via


DacDeployOptions.CommandTimeout Propriété

Définition

Définit le délai d’expiration de la commande (en secondes) lors de l’exécution de requêtes dans SQLServer.

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

Valeur de propriété

Délai d’expiration de la commande en secondes. La valeur par défaut est 60.

Attributs

S’applique à