DacExportOptions.LongRunningCommandTimeout Proprietà

Definizione

Specifica il timeout dei comandi a esecuzione prolungata in secondi durante l'esecuzione di query su 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

Valore della proprietà

Timeout del comando in secondi. Il valore predefinito è 0 che attenderà in modo indefinito

Attributi

Si applica a