DacDeployOptions.CommandTimeout Свойство

Определение

Указывает время ожидания команды в секундах при выполнении запросов к 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

Значение свойства

Время ожидания команды в секундах. Значение по умолчанию — 60.

Атрибуты

Применяется к