SqlRetryLogicBase.RetryIntervalEnumerator Property

Definition

The timer interval enumerator.

public:  property Microsoft::Data::SqlClient::SqlRetryIntervalBaseEnumerator ^ RetryIntervalEnumerator {  public:
Microsoft::Data::SqlClient::SqlRetryIntervalBaseEnumerator ^ get(); protected:
 void set(Microsoft::Data::SqlClient::SqlRetryIntervalBaseEnumerator ^ value); };
public Microsoft.Data.SqlClient.SqlRetryIntervalBaseEnumerator RetryIntervalEnumerator { get; protected set; }
member this.RetryIntervalEnumerator : Microsoft.Data.SqlClient.SqlRetryIntervalBaseEnumerator with get, set
Public Property RetryIntervalEnumerator As SqlRetryIntervalBaseEnumerator

Property Value

SqlRetryIntervalBaseEnumerator value that indicates an enumerator to generate a sequence of time intervals.

Applies to