DacImportOptions.LongRunningCommandTimeout Proprietà

Definizione

Specifica il timeout del comando a esecuzione prolungata in secondi quando si eseguono query su SQL Server.

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à per un periodo illimitato

Attributi

Si applica a