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 요소가 필요합니다. |
Custom | 5 | 타사 어셈블리에서 공급자 사용 |
None | 0 | 공급자가 지정되지 않음 |
SqlServer | 2 | SQL 사용, SystemStore 요소 필요 |
ZooKeeper | 3 | ZooKeeper 사용, SystemStore 요소 필요 |