ExternalDataSourceType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The enumeration specifies the external data source type for external tables Currently, we support HADOOP, RDBMS, and SHARD_MAP_MANAGER. EXTERNAL_GENERICS only works for SQL150 and DW, in DW it is called Native external data source.
public enum ExternalDataSourceType
type ExternalDataSourceType =
Public Enum ExternalDataSourceType
- Inheritance
-
ExternalDataSourceType
Fields
Name | Value | Description |
---|---|---|
HADOOP | 0 | HADOOP external data source type. |
RDBMS | 1 | RDBMS external data source type. |
SHARD_MAP_MANAGER | 2 | SHARD_MAP_MANAGER external data source type. |
BLOB_STORAGE | 3 | BLOB_STORAGE external data source type. |
EXTERNAL_GENERICS | 4 | EXTERNAL_GENERICS external data source type. |