RetryPolicyConfigurationSettings.DefaultSqlConnectionRetryStrategy 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 connections.
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("defaultSqlConnectionRetryStrategy", IsRequired = false)]
[ReferenceAttribute(typeof(RetryStrategyCollection), typeof(RetryStrategyData))]
public string DefaultSqlConnectionRetryStrategy { get; set; }
'Declaration
<ConfigurationPropertyAttribute("defaultSqlConnectionRetryStrategy", IsRequired := False)> _
<ReferenceAttribute(GetType(RetryStrategyCollection), GetType(RetryStrategyData))> _
Public Property DefaultSqlConnectionRetryStrategy As String
Get
Set
[ConfigurationPropertyAttribute(L"defaultSqlConnectionRetryStrategy", IsRequired = false)]
[ReferenceAttribute(typeof(RetryStrategyCollection), typeof(RetryStrategyData))]
public:
property String^ DefaultSqlConnectionRetryStrategy {
String^ get ();
void set (String^ value);
}
See Also
RetryPolicyConfigurationSettings Class
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Configuration Namespace