ThrottlingCondition.IsThrottledOnDataSpace Property
Gets a value that indicates whether physical data file space throttling was reported by SQL Database.
Namespace: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data
Assembly: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data (in Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data.dll) Version: 6.0.0.0 (6.0.1304.0)
Syntax
public bool IsThrottledOnDataSpace { get; }
'Declaration
Public ReadOnly Property IsThrottledOnDataSpace As Boolean
Get
public:
property bool IsThrottledOnDataSpace {
bool get ();
}
Property Value
Type: Boolean
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data Namespace