DacImportOptions.LongRunningCommandTimeout Свойство

Определение

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

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

Время ожидания команды в секундах. Значение по умолчанию — 0, которое будет ждать неограниченное время

Атрибуты

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