다음을 통해 공유


DbMigrationsConfiguration.CommandTimeout 속성

정의

마이그레이션 내의 개별 명령에 사용되는 시간 제한 값을 가져오거나 설정합니다. null 값을 설정하면 기본 공급자의 기본값이 사용됩니다.

public Nullable<int> CommandTimeout { get; set; }
member this.CommandTimeout : Nullable<int> with get, set
Public Property CommandTimeout As Nullable(Of Integer)

속성 값

적용 대상