Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the types of resources in SQL Database that may be subject to throttling conditions.
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 enum ThrottledResourceType
'Declaration
Public Enumeration ThrottledResourceType
public enum class ThrottledResourceType
Members
| Member name | Value | Description | |
|---|---|---|---|
| PhysicalDatabaseSpace | 0 | Corresponds to the "Physical Database Space" resource, which may be subject to throttling. | |
| PhysicalLogSpace | 1 | Corresponds to the "Physical Log File Space" resource, which may be subject to throttling. | |
| LogWriteIoDelay | 2 | Corresponds to the "Transaction Log Write IO Delay" resource, which may be subject to throttling. | |
| DataReadIoDelay | 3 | Corresponds to the "Database Read IO Delay" resource, which may be subject to throttling. | |
| Cpu | 4 | Corresponds to the "CPU" resource, which may be subject to throttling. | |
| DatabaseSize | 5 | Corresponds to the "Database Size" resource, which may be subject to throttling. | |
| WorkerThreads | 7 | Corresponds to the "SQL Worker Thread Pool" resource, which may be subject to throttling. | |
| Internal | 6 | Corresponds to an internal resource that may be subject to throttling. | |
| Unknown | -1 | Corresponds to an unknown resource type in the event that the actual resource cannot be determined with certainty. |
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data Namespace