del método LoadController.GetThrottleRuleDefault
Obtiene el valor predeterminado de regla limitación para los objetos dados de ThrottleScope y ThrottleType .
Espacio de nombres: Microsoft.SharePoint.BusinessData.SystemSpecific
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Function GetThrottleRuleDefault ( _
throttleScope As ThrottleScope, _
throttleType As ThrottleType _
) As Integer
'Uso
Dim instance As LoadController
Dim throttleScope As ThrottleScope
Dim throttleType As ThrottleType
Dim returnValue As Integer
returnValue = instance.GetThrottleRuleDefault(throttleScope, _
throttleType)
public int GetThrottleRuleDefault(
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.Int32
El valor predeterminado de la regla limitación.
Implementaciones
ILoadController.GetThrottleRuleDefault(ThrottleScope, ThrottleType)
Excepciones
Excepción | Condición |
---|---|
InvalidOperationException | La regla de limitación no existe. |
Comentarios
El valor predeterminado es el valor que se aplica a las listas externas y otros elementos Web de datos externos normalmente configurados. Elementos Web de datos externos personalizados pueden aumentar sus propios límites hasta los valores máximos.
Vea también
Referencia
Espacio de nombres Microsoft.SharePoint.BusinessData.SystemSpecific