ClientConfiguration.GatewayProviderType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定网关提供程序的类型。
public enum ClientConfiguration.GatewayProviderType
type ClientConfiguration.GatewayProviderType =
Public Enum ClientConfiguration.GatewayProviderType
- 继承
-
ClientConfiguration.GatewayProviderType
字段
AdoNet | 2 | 使用 ADO.NET,需要 SystemStore 元素 |
AzureTable | 1 | 使用 Azure,需要 SystemStore 元素 |
Config | 4 | 使用基于配置的静态列表,需要 Config 元素 (s) |
Custom | 5 | 使用来自第三方程序集的提供程序 |
None | 0 | 未指定提供程序 |
SqlServer | 2 | 使用 SQL,需要 SystemStore 元素 |
ZooKeeper | 3 | 使用 ZooKeeper,需要 SystemStore 元素 |