SqlWorkflowInstanceStore.MaxConnectionRetries Свойство

Определение

Возвращает или задает максимальное число попыток соединения с SQL Server. Значение по умолчанию — 4.

public:
 property int MaxConnectionRetries { int get(); void set(int value); };
public int MaxConnectionRetries { get; set; }
member this.MaxConnectionRetries : int with get, set
Public Property MaxConnectionRetries As Integer

Значение свойства

Int32

Целое число, представляющее максимальное число попыток соединения с SQL Server.

Применяется к