SqlRetryLogicBaseProvider.RetryLogic Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit la logique de nouvelle tentative utilisée pour décider quand réessayer en fonction de l’exception rencontrée.
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
Valeur de propriété
Remarques
Notes
La RetryLogic
propriété est affectée à la SqlRetryLogicBaseProvider
création et sa valeur est utilisée comme modèle en interne. Ne l’utilisez pas pour surveiller l’état de la logique de nouvelle tentative pendant et après l’exécution. Utilisez plutôt l’événement <xref=E:Microsoft.Data.SqlClient.SqlRetryLogicBaseProvider.Retrying> pour collecter des données sur les exécutions de nouvelles tentatives.