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
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.ExternalDataSourceTypeConverter))]
public enum ExternalDataSourceType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.ExternalDataSourceTypeConverter))>]
type ExternalDataSourceType =
Public Enum ExternalDataSourceType
- Inheritance
-
ExternalDataSourceType
- Attributes
Fields
BlobStorage | 5 | Azure blob storage for use with BULK INSERT or OPENROWSET |
ExternalGenerics | 6 | PolyBase External Generics; used by PolyBase ODBC Generic Connectors. For PolyBase External Generics we remove TYPE from CREATE / ALTER EXTERNAL DATA SOURCE statement entirely. |
Hadoop | 0 | Hadoop external data source type; used by Polybase. |
Rdbms | 1 | Rdbms external data source type; used by Global Query (GQ). |
ShardMapManager | 2 | ShardMapManager external data source type; used by Global Query (GQ). |