TransSynchronizationAgent.QueryTimeout 속성

정의

내부 쿼리 완료에 허용되는 시간(초)을 가져오거나 설정합니다.

public:
 virtual property int QueryTimeout { int get(); void set(int value); };
public virtual int QueryTimeout { get; set; }
member this.QueryTimeout : int with get, set
Public Overridable Property QueryTimeout As Integer

속성 값

내부 쿼리 완료에 허용되는 시간(초)입니다.

구현

설명

기본값 QueryTimeout 은 30입니다.

값을 0 QueryTimeout 으로 설정하면 쿼리 시간이 초과되지 않습니다.

적용 대상