ExternalFileFormatType Enum

Definition

The enumeration specifies the external file format types

[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.ExternalFileFormatTypeConverter))]
public enum ExternalFileFormatType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.ExternalFileFormatTypeConverter))>]
type ExternalFileFormatType = 
Public Enum ExternalFileFormatType
Inheritance
ExternalFileFormatType
Attributes

Fields

Name Value Description
None -1

No reject type. Applicable for GQ external tables.

DelimitedText 0

Delimited text file format.

RcFile 1

RCFILE file format.

Orc 2

ORC file format.

Parquet 3

Parquet file format.

JSON 4

JSON file format.

Delta 5

DELTA file format.

Applies to