Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of throttling to perform on a ThrottleScope object.
Namespace: Microsoft.BusinessData.SystemSpecific
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Enumeration ThrottleType
'Usage
Dim instance As ThrottleType
public enum ThrottleType
Members
Member name | Description | |
---|---|---|
None | No throttling is done. | |
Items | Throttling is based on the number of items that are returned from the external system. | |
Size | Throttling is based on the amount of data that is returned from the external system. | |
Connections | Throttling is based on the number of connections that are opened to the external system. | |
Timeout | Throttling is based on the timeout for opening a connection to the external system. |