다음을 통해 공유


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 요소가 필요합니다.

Custom 5

타사 어셈블리에서 공급자 사용

None 0

공급자가 지정되지 않음

SqlServer 2

SQL 사용, SystemStore 요소 필요

ZooKeeper 3

ZooKeeper 사용, SystemStore 요소 필요

적용 대상