Partager via


LoadController.IsThrottleRuleEnabled - Méthode

Détermine si la règle de limitation est activée.

Espace de noms :  Microsoft.SharePoint.BusinessData.SystemSpecific
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Function IsThrottleRuleEnabled ( _
    throttleScope As ThrottleScope, _
    throttleType As ThrottleType _
) As Boolean
'Utilisation
Dim instance As LoadController
Dim throttleScope As ThrottleScope
Dim throttleType As ThrottleType
Dim returnValue As Boolean

returnValue = instance.IsThrottleRuleEnabled(throttleScope, _
    throttleType)
public bool IsThrottleRuleEnabled(
    ThrottleScope throttleScope,
    ThrottleType throttleType
)

Paramètres

Valeur renvoyée

Type : System.Boolean
true si la règle de limitation est activée ; dans le cas contraire, false.

Implémentations

ILoadController.IsThrottleRuleEnabled(ThrottleScope, ThrottleType)

Remarques

Si une règle n'est pas activée, il n'a aucun effet sur les composants WebPart de données externes.

Voir aussi

Référence

LoadController classe

LoadController - Membres

Microsoft.SharePoint.BusinessData.SystemSpecific - Espace de noms