Partilhar via


ThrottlingCondition Members

Include Protected Members
Include Inherited Members

The ThrottlingCondition type exposes the following members.

Constructors

  Name Description
Public method ThrottlingCondition
Initializes a new instance of the ThrottlingCondition class

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic member FromError
Determines the throttling conditions from the specified SQL error.
Public methodStatic member FromException
Determines throttling conditions from the specified SQL exception.
Public methodStatic member FromReasonCode
Determines the throttling conditions from the specified reason code.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method 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
Public fieldStatic member ThrottlingErrorNumber
Gets the error number that corresponds to the throttling conditions reported by SQL Database.

Properties

  Name Description
Public property IsThrottledOnCpu
Gets a value that indicates whether CPU throttling was reported by SQL Database.
Public property IsThrottledOnDatabaseSize
Gets a value that indicates whether database size throttling was reported by SQL Database.
Public property IsThrottledOnDataRead
Gets a value that indicates whether data read activity throttling was reported by SQL Database.
Public property IsThrottledOnDataSpace
Gets a value that indicates whether physical data file space throttling was reported by SQL Database.
Public property IsThrottledOnLogSpace
Gets a value that indicates whether physical log space throttling was reported by SQL Database.
Public property IsThrottledOnLogWrite
Gets a value that indicates whether transaction activity throttling was reported by SQL Database.
Public property IsThrottledOnWorkerThreads
Gets a value that indicates whether concurrent requests throttling was reported by SQL Database.
Public property IsUnknown
Gets a value that indicates whether throttling conditions were not determined with certainty.
Public property ThrottledResources
Gets a list of the resources in the SQL Database that were subject to throttling conditions.
Public property ThrottlingMode
Gets the value that reflects the throttling mode in SQL Database.
Public propertyStatic member Unknown
Gets an unknown throttling condition in the event that the actual throttling condition cannot be determined.

See Also

ThrottlingCondition Class

Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data Namespace