ClientConfiguration.GatewayProviderType 枚举

定义

指定网关提供程序的类型。

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 元素

适用于