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

DelimitedText 0

Delimited text file format.

None -1

No reject type. Applicable for GQ external tables.

Orc 2

ORC file format.

Parquet 3

Parquet file format.

RcFile 1

RCFILE file format.

Applies to