다음을 통해 공유


SqlRetryIntervalBaseEnumerator 생성자

정의

오버로드

SqlRetryIntervalBaseEnumerator()

간격 시간, 최소 및 최대 간격 시간에 대한 기본값이 0인 클래스의 SqlRetryIntervalBaseEnumerator 새 인스턴스를 초기화합니다.

SqlRetryIntervalBaseEnumerator(TimeSpan, TimeSpan, TimeSpan)

SqlRetryIntervalBaseEnumerator 클래스의 새 인스턴스를 초기화합니다.

SqlRetryIntervalBaseEnumerator()

간격 시간, 최소 및 최대 간격 시간에 대한 기본값이 0인 클래스의 SqlRetryIntervalBaseEnumerator 새 인스턴스를 초기화합니다.

public:
 SqlRetryIntervalBaseEnumerator();
public SqlRetryIntervalBaseEnumerator ();
Public Sub New ()

적용 대상

SqlRetryIntervalBaseEnumerator(TimeSpan, TimeSpan, TimeSpan)

SqlRetryIntervalBaseEnumerator 클래스의 새 인스턴스를 초기화합니다.

public:
 SqlRetryIntervalBaseEnumerator(TimeSpan timeInterval, TimeSpan maxTime, TimeSpan minTime);
public SqlRetryIntervalBaseEnumerator (TimeSpan timeInterval, TimeSpan maxTime, TimeSpan minTime);
new Microsoft.Data.SqlClient.SqlRetryIntervalBaseEnumerator : TimeSpan * TimeSpan * TimeSpan -> Microsoft.Data.SqlClient.SqlRetryIntervalBaseEnumerator
Public Sub New (timeInterval As TimeSpan, maxTime As TimeSpan, minTime As TimeSpan)

매개 변수

timeInterval
TimeSpan

각 시도 전 시간 지연을 계산하는 데 사용되는 간격 시간입니다.

maxTime
TimeSpan

간격 시간으로 허용되는 최대 시간입니다.

minTime
TimeSpan

간격 시간으로 허용되는 최소 시간입니다.

예외

제공된 인수의 유효성 검사에 실패했습니다 Validate(TimeSpan, TimeSpan, TimeSpan) .

적용 대상