ILoadController.IsThrottleRuleEnabled - Méthode
Détermine si la règle de limitation est activée pour un objet de donnée ThrottleScope et ThrottleType objet.
Espace de noms : Microsoft.BusinessData.Infrastructure.Throttle
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Function IsThrottleRuleEnabled ( _
throttleScope As ThrottleScope, _
throttleType As ThrottleType _
) As Boolean
'Utilisation
Dim instance As ILoadController
Dim throttleScope As ThrottleScope
Dim throttleType As ThrottleType
Dim returnValue As Boolean
returnValue = instance.IsThrottleRuleEnabled(throttleScope, _
throttleType)
bool IsThrottleRuleEnabled(
ThrottleScope throttleScope,
ThrottleType throttleType
)
Paramètres
throttleScope
Type : Microsoft.BusinessData.SystemSpecific.ThrottleScopeL'étendue de limitation donnée.
throttleType
Type : Microsoft.BusinessData.SystemSpecific.ThrottleTypeLe type de limitation donnée.
Valeur renvoyée
Type : System.Boolean
true si la règle est activée ; dans le cas contraire, false
Voir aussi
Référence
Microsoft.BusinessData.Infrastructure.Throttle - Espace de noms