ThrottlingCondition.IsThrottledOnLogSpace Property

Gets a value that indicates whether physical log 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 IsThrottledOnLogSpace { get; }
'Declaration
Public ReadOnly Property IsThrottledOnLogSpace As Boolean
    Get
public:
property bool IsThrottledOnLogSpace {
    bool get ();
}

Property Value

Type: Boolean

See Also

ThrottlingCondition Class

ThrottlingCondition Members

Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data Namespace