共用方式為


SqlRetryLogicBaseProvider.RetryLogic 屬性

定義

定義重試邏輯,用來根據遇到的例外狀況決定何時重試。

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

屬性值

備註

注意

屬性 RetryLogic 會在建立時 SqlRetryLogicBaseProvider 指派,而且其值會在內部當做範本使用。 請勿使用它來監視執行期間和之後重試邏輯的狀態。 請改用 < xref=E:Microsoft.Data.SqlClient.SqlRetryLogicBaseProvider.Retrying > 事件來收集重試執行的相關資料。

適用於