ThrottleScope Enumeration
Defines the scope of the throttling.
Namespace: Microsoft.BusinessData.SystemSpecific
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Enumeration ThrottleScope
'Usage
Dim instance As ThrottleScope
public enum ThrottleScope
Members
Member name | Description | |
---|---|---|
Global | Specifies a global type. (=0) | |
Database | Specifies a database system type. (=1) | |
WebService | Specifies a Web service system type. (=2) | |
Wcf | Specifies a Windows Communication Foundation (WCF) system type. (=3) | |
Custom | Specifies a custom system type. (=4) |