SqlWorkflowInstanceStoreElement.MaxConnectionRetries Propriedade
Definição
Obtém ou define o número máximo de novas tentativas de conexão do SQL.Gets or sets the maximum number of SQL connection retries. O valor padrão é 4.The default value is 4.
public:
property int MaxConnectionRetries { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxConnectionRetries", DefaultValue=Mono.Cecil.CustomAttributeArgument, IsRequired=false)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int MaxConnectionRetries { get; set; }
[<System.Configuration.ConfigurationProperty("maxConnectionRetries", DefaultValue=Mono.Cecil.CustomAttributeArgument, IsRequired=false)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.MaxConnectionRetries : int with get, set
Public Property MaxConnectionRetries As Integer
Valor da propriedade
Um inteiro que representa o número máximo de tentativas de conexão SQL.An integer representing the maximum number of SQL connection retries.
- Atributos