Partager via


LoadController.GetThrottleRuleMax - Méthode

Obtient la valeur maximale de règle limitation pour les objets ThrottleScope et ThrottleType donnés.

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

Syntaxe

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

returnValue = instance.GetThrottleRuleMax(throttleScope, _
    throttleType)
public int GetThrottleRuleMax(
    ThrottleScope throttleScope,
    ThrottleType throttleType
)

Paramètres

Valeur renvoyée

Type : System.Int32
La valeur maximale règle limitation.

Implémentations

ILoadController.GetThrottleRuleMax(ThrottleScope, ThrottleType)

Exceptions

Exception Condition
InvalidOperationException

La règle de limitation n'existe pas.

Remarques

La valeur par défaut est celle qui s'applique à des listes externes et les autres composants WebPart de données externes normalement configurées. Composants WebPart de données externes personnalisées peuvent améliorer leurs propres limites comportant au maximum les valeurs maximales.

Voir aussi

Référence

LoadController classe

LoadController - Membres

Microsoft.SharePoint.BusinessData.SystemSpecific - Espace de noms