Partager via


DacExtractOptions.LongRunningCommandTimeout Propriété

Définition

Spécifie le délai d’expiration de la commande de longue durée en secondes lors de l’exécution de requêtes sur 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

Valeur de propriété

Délai d’expiration de la commande en secondes. La valeur par défaut est 0, qui attendra indéfiniment

Attributs

S’applique à