Partager via


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

  • defaultValue
    Type : System.Int32

    La 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

LoadController classe

LoadController - Membres

Microsoft.SharePoint.BusinessData.SystemSpecific - Espace de noms