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