Бөлісу құралы:


SqlWorkflowInstanceStoreElement.MaxConnectionRetries Свойство

Определение

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

public:
 property int MaxConnectionRetries { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxConnectionRetries", DefaultValue=4, IsRequired=false)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int MaxConnectionRetries { get; set; }
[<System.Configuration.ConfigurationProperty("maxConnectionRetries", DefaultValue=4, IsRequired=false)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.MaxConnectionRetries : int with get, set
Public Property MaxConnectionRetries As Integer

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

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

Атрибуты

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