Condividi tramite


SqlRetryLogicOption.TransientErrors Proprietà

Definizione

Imposta l'elenco dei numeri di errore temporanei in base ai quali riprovare quando si verificano.

public:
 property System::Collections::Generic::IEnumerable<int> ^ TransientErrors { System::Collections::Generic::IEnumerable<int> ^ get(); void set(System::Collections::Generic::IEnumerable<int> ^ value); };
public System.Collections.Generic.IEnumerable<int> TransientErrors { get; set; }
member this.TransientErrors : seq<int> with get, set
Public Property TransientErrors As IEnumerable(Of Integer)

Valore della proprietà

Elenco di Number; Impostare su null per utilizzare l'elenco interno di eccezioni dall'oggetto SqlConfigurableRetryFactory .

Si applica a