DacExportOptions.CommandTimeout Proprietà

Definizione

Specifica il timeout del comando in secondi quando si eseguono query su 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

Valore della proprietà

Timeout del comando in secondi. L'impostazione predefinita è 60.

Attributi

Si applica a