Partager via


ILoadController.OverrideThrottleRuleDefault - Méthode

Remplace la valeur par défaut définie par l'administrateur de la ThrottleType.

Espace de noms :  Microsoft.BusinessData.Infrastructure.Throttle
Assembly :  Microsoft.BusinessData (dans Microsoft.BusinessData.dll)

Syntaxe

'Déclaration
Sub OverrideThrottleRuleDefault ( _
    throttleScope As ThrottleScope, _
    throttleType As ThrottleType, _
    defaultValue As Integer _
)
'Utilisation
Dim instance As ILoadController
Dim throttleScope As ThrottleScope
Dim throttleType As ThrottleType
Dim defaultValue As Integer

instance.OverrideThrottleRuleDefault(throttleScope, _
    throttleType, defaultValue)
void OverrideThrottleRuleDefault(
    ThrottleScope throttleScope,
    ThrottleType throttleType,
    int defaultValue
)

Paramètres

Remarques

Pour un appel donné Service Business Data Connectivity (BDC), l'appelant pouvez ignorer la valeur par défaut (la valeur minimale = 0 et la limite supérieure = Max) définie par l'administrateur.

Voir aussi

Référence

ILoadController interface

ILoadController - Membres

Microsoft.BusinessData.Infrastructure.Throttle - Espace de noms