ThrottlingCondition.ThrottlingMode Property
Gets the value that reflects the throttling mode in 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 ThrottlingMode ThrottlingMode { get; private set; }
'Declaration
Public Property ThrottlingMode As ThrottlingMode
Get
Private Set
public:
property ThrottlingMode ThrottlingMode {
ThrottlingMode get ();
private: void set (ThrottlingMode value);
}
Property Value
Type: ThrottlingMode
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data Namespace