SqlAuthenticationProviderException.RetryPeriod 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
等待的時間,以毫秒計,等待後再嘗試動作。 若不建議重試期,則為0。 從來不是負面的。 當 ShouldRetry 為假時,總是 0。
public:
property int RetryPeriod { int get(); };
public int RetryPeriod { get; }
member this.RetryPeriod : int
Public ReadOnly Property RetryPeriod As Integer