Share via


RetryPolicyConfigurationSettings.DefaultSqlCommandRetryStrategy Property

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Gets or sets the name of a retry strategy dedicated to handling transient conditions with SQL commands.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

[ConfigurationPropertyAttribute("defaultSqlCommandRetryStrategy", IsRequired = false)]
[ReferenceAttribute(typeof(RetryStrategyCollection), typeof(RetryStrategyData))]
public string DefaultSqlCommandRetryStrategy { get; set; }
'Declaration
<ConfigurationPropertyAttribute("defaultSqlCommandRetryStrategy", IsRequired := False)> _
<ReferenceAttribute(GetType(RetryStrategyCollection), GetType(RetryStrategyData))> _
Public Property DefaultSqlCommandRetryStrategy As String
    Get
    Set
[ConfigurationPropertyAttribute(L"defaultSqlCommandRetryStrategy", IsRequired = false)]
[ReferenceAttribute(typeof(RetryStrategyCollection), typeof(RetryStrategyData))]
public:
property String^ DefaultSqlCommandRetryStrategy {
    String^ get ();
    void set (String^ value);
}

See Also

RetryPolicyConfigurationSettings Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration Namespace