del método LoadController.IsThrottleRuleEnabled
Determina si está habilitada la regla de limitación.
Espacio de nombres: Microsoft.SharePoint.BusinessData.SystemSpecific
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Function IsThrottleRuleEnabled ( _
throttleScope As ThrottleScope, _
throttleType As ThrottleType _
) As Boolean
'Uso
Dim instance As LoadController
Dim throttleScope As ThrottleScope
Dim throttleType As ThrottleType
Dim returnValue As Boolean
returnValue = instance.IsThrottleRuleEnabled(throttleScope, _
throttleType)
public bool IsThrottleRuleEnabled(
ThrottleScope throttleScope,
ThrottleType throttleType
)
Parámetros
throttleScope
Tipo: Microsoft.BusinessData.SystemSpecific.ThrottleScopeEl objeto ThrottleScope .
throttleType
Tipo: Microsoft.BusinessData.SystemSpecific.ThrottleTypeEl objeto ThrottleType .
Valor devuelto
Tipo: System.Boolean
true si está habilitada la regla de limitación; en caso contrario, false.
Implementaciones
ILoadController.IsThrottleRuleEnabled(ThrottleScope, ThrottleType)
Comentarios
Si no se habilita una regla, no afecta en elementos Web de datos externos.
Vea también
Referencia
Espacio de nombres Microsoft.SharePoint.BusinessData.SystemSpecific