LoadController.OverrideThrottleRuleDefault - Méthode
Remplace le limitation règle par défaut 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 Sub OverrideThrottleRuleDefault ( _
throttleScope As ThrottleScope, _
throttleType As ThrottleType, _
defaultValue As Integer _
)
'Utilisation
Dim instance As LoadController
Dim throttleScope As ThrottleScope
Dim throttleType As ThrottleType
Dim defaultValue As Integer
instance.OverrideThrottleRuleDefault(throttleScope, _
throttleType, defaultValue)
public void OverrideThrottleRuleDefault(
ThrottleScope throttleScope,
ThrottleType throttleType,
int defaultValue
)
Paramètres
throttleScope
Type : Microsoft.BusinessData.SystemSpecific.ThrottleScopeL'objet ThrottleScope .
throttleType
Type : Microsoft.BusinessData.SystemSpecific.ThrottleTypeL'objet ThrottleType .
defaultValue
Type : System.Int32La valeur par défaut substituées.
Implémentations
ILoadController.OverrideThrottleRuleDefault(ThrottleScope, ThrottleType, Int32)
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | La règle de limitation n'existe pas. |
Voir aussi
Référence
Microsoft.SharePoint.BusinessData.SystemSpecific - Espace de noms