SqlRetryLogicOption 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供重試邏輯參數,以使用 SqlConfigurableRetryFactory 方法來建立 類別的 SqlRetryLogicBaseProvider 實例。
public ref class SqlRetryLogicOption sealed
[System.Serializable]
public sealed class SqlRetryLogicOption
public sealed class SqlRetryLogicOption
[<System.Serializable>]
type SqlRetryLogicOption = class
type SqlRetryLogicOption = class
Public NotInheritable Class SqlRetryLogicOption
- 繼承
-
SqlRetryLogicOption
- 屬性
建構函式
SqlRetryLogicOption() |
提供重試邏輯參數,以使用 SqlConfigurableRetryFactory 方法來建立 類別的 SqlRetryLogicBaseProvider 實例。 |
屬性
AuthorizedSqlCondition |
將 上的 CommandText 預先重試驗證函式設定為只包含特定的 SQL 語句。 |
DeltaTime |
將間隔時間間隔設定為 TimeSpan 物件。 |
MaxTimeInterval |
將允許的最大間隔時間間隔設定為 TimeSpan 物件。 |
MinTimeInterval |
將允許的間隔下限時間間隔設定為 TimeSpan 物件。 |
NumberOfTries |
設定嘗試和執行函式的次數。 |
TransientErrors |
設定發生暫時性錯誤號碼的清單。 |