SqlAuthenticationProviderException.RetryPeriod 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重试操作前等待的时间段(以毫秒为单位)。 如果未建议重试期限,则为 0。 从不负。 当 ShouldRetry 为 false 时,始终为 0。
public:
property int RetryPeriod { int get(); };
public int RetryPeriod { get; }
member this.RetryPeriod : int
Public ReadOnly Property RetryPeriod As Integer