ThrottlingCondition Members
Include Protected Members
Include Inherited Members
The ThrottlingCondition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ThrottlingCondition |
Initializes a new instance of the ThrottlingCondition class
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.) |
|
FromError |
Determines the throttling conditions from the specified SQL error.
|
|
FromException |
Determines throttling conditions from the specified SQL exception.
|
|
FromReasonCode |
Determines the throttling conditions from the specified reason code.
|
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ToString |
Returns a textual representation of the current ThrottlingCondition object, including the information held with respect to throttled resources.
(Overrides Object.ToString().) |
Fields
Name | Description | |
---|---|---|
ThrottlingErrorNumber |
Gets the error number that corresponds to the throttling conditions reported by SQL Database.
|
Properties
Name | Description | |
---|---|---|
IsThrottledOnCpu |
Gets a value that indicates whether CPU throttling was reported by SQL Database.
|
|
IsThrottledOnDatabaseSize |
Gets a value that indicates whether database size throttling was reported by SQL Database.
|
|
IsThrottledOnDataRead |
Gets a value that indicates whether data read activity throttling was reported by SQL Database.
|
|
IsThrottledOnDataSpace |
Gets a value that indicates whether physical data file space throttling was reported by SQL Database.
|
|
IsThrottledOnLogSpace |
Gets a value that indicates whether physical log space throttling was reported by SQL Database.
|
|
IsThrottledOnLogWrite |
Gets a value that indicates whether transaction activity throttling was reported by SQL Database.
|
|
IsThrottledOnWorkerThreads |
Gets a value that indicates whether concurrent requests throttling was reported by SQL Database.
|
|
IsUnknown |
Gets a value that indicates whether throttling conditions were not determined with certainty.
|
|
ThrottledResources |
Gets a list of the resources in the SQL Database that were subject to throttling conditions.
|
|
ThrottlingMode |
Gets the value that reflects the throttling mode in SQL Database.
|
|
Unknown |
Gets an unknown throttling condition in the event that the actual throttling condition cannot be determined.
|
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data Namespace