ExternalDataSourcePushdownOption 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.
public enum ExternalDataSourcePushdownOption
type ExternalDataSourcePushdownOption =
Public Enum ExternalDataSourcePushdownOption
- Inheritance
-
ExternalDataSourcePushdownOption
Fields
Name | Value | Description |
---|---|---|
ON | 0 | PUSDOWN = ON |
OFF | 1 | PUSHDOWN = OFF |