SqlRetryLogicBaseProvider.RetryLogic 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義重試邏輯,用來根據遇到的例外狀況決定何時重試。
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 > 事件來收集重試執行的相關資料。