次の方法で共有


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 ベースの静的リストを使用するには、Config 要素が必要です

Custom 5

サード パーティ製アセンブリからプロバイダーを使用する

None 0

プロバイダーが指定されていない

SqlServer 2

SQL を使用する場合は、SystemStore 要素が必要です

ZooKeeper 3

ZooKeeper を使用するには、SystemStore 要素が必要です

適用対象