SqlRetryLogicBase.RetryIntervalEnumerator 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計時器間隔列舉值。
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
屬性值
SqlRetryIntervalBaseEnumerator 值,表示產生時間間隔序列的列舉值。