共用方式為


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

適用於