다음을 통해 공유


DacDeployOptions.DatabaseLockTimeout 속성

정의

SQLServer에 대해 쿼리를 실행할 때의 데이터베이스 잠금 시간 제한(초)를 지정합니다.

public int DatabaseLockTimeout { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DatabaseLockTimeout")]
public int DatabaseLockTimeout { get; set; }
member this.DatabaseLockTimeout : int with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DatabaseLockTimeout")>]
member this.DatabaseLockTimeout : int with get, set
Public Property DatabaseLockTimeout As Integer

속성 값

데이터베이스 잠금 시간 제한(초)입니다. 기본값: 60 무기한 대기하도록 -1 지정

특성

적용 대상