SqlWorkflowInstanceStoreElement.MaxConnectionRetries Eigenschap

Definitie

Hiermee haalt u het maximum aantal nieuwe pogingen voor sql-verbindingen op of stelt u deze in. De standaardwaarde is 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

Waarde van eigenschap

Een geheel getal dat het maximum aantal nieuwe pogingen voor SQL-verbindingen aangeeft.

Kenmerken

Van toepassing op