LoadController.GetThrottleRuleDefault - Méthode
Obtient la valeur par défaut de limitation de la règle 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 GetThrottleRuleDefault ( _
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.GetThrottleRuleDefault(throttleScope, _
throttleType)
public int GetThrottleRuleDefault(
ThrottleScope throttleScope,
ThrottleType throttleType
)
Paramètres
throttleScope
Type : Microsoft.BusinessData.SystemSpecific.ThrottleScopeL'objet ThrottleScope .
throttleType
Type : Microsoft.BusinessData.SystemSpecific.ThrottleTypeL'objet ThrottleType .
Valeur renvoyée
Type : System.Int32
La valeur par défaut de la règle de limitation.
Implémentations
ILoadController.GetThrottleRuleDefault(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
Microsoft.SharePoint.BusinessData.SystemSpecific - Espace de noms