다음을 통해 공유


DacDeployOptions.LongRunningCommandTimeout 속성

정의

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

속성 값

명령 제한 시간(초)입니다. 기본값은 무기한 대기하는 0입니다.

특성

적용 대상