다음을 통해 공유


DacExportOptions.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입니다.

특성

적용 대상