SqlRetryIntervalBaseEnumerator 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SqlRetryIntervalBaseEnumerator() |
使用間隔時間、最小值和最大間隔時間的預設值,初始化 類別的新實例 SqlRetryIntervalBaseEnumerator 。 |
SqlRetryIntervalBaseEnumerator(TimeSpan, TimeSpan, TimeSpan) |
初始化 SqlRetryIntervalBaseEnumerator 類別的新執行個體。 |
SqlRetryIntervalBaseEnumerator()
使用間隔時間、最小值和最大間隔時間的預設值,初始化 類別的新實例 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
允許作為間距時間的最小時間。