共用方式為


SqlRetryLogicOption.TransientErrors 屬性

定義

設定發生暫時性錯誤號碼的清單。

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)

屬性值

Number的清單;設定為 null ,以使用 物件的內部例外 SqlConfigurableRetryFactory 狀況清單。

適用於