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
throttleScope
Type : Microsoft.BusinessData.SystemSpecific.ThrottleScopeL'étendue de limitation donnée.
throttleType
Type : Microsoft.BusinessData.SystemSpecific.ThrottleTypeLe type de limitation donnée.
defaultValue
Type : System.Int32Valeur par défaut.
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
Microsoft.BusinessData.Infrastructure.Throttle - Espace de noms