ExternalFileFormatType Enumeration

 

Enumerates the format type of external file.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

[TypeConverterAttribute((ExternalFileFormatTypeConverter^::typeid))]
public enum class ExternalFileFormatType

Member nameDescription
DelimitedText

The format type is DelimitedText.

None

The format type is None.

Orc

The format type is Orc.

Parquet

The format type is Parquet.

RcFile

The format type is RcFile.

Return to top
Show: