SqlRetryLogicBase.RetryIntervalEnumerator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.