ExternalFileFormatType Énumération

Définition

L’énumération spécifie les types de format de fichier externe

[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
Héritage
ExternalFileFormatType
Attributs

Champs

Nom Valeur Description
None -1

Aucun type de rejet. Applicable aux tables externes GQ.

DelimitedText 0

Format de fichier texte délimité.

RcFile 1

Format de fichier RCFILE.

Orc 2

Format de fichier ORC.

Parquet 3

Format de fichier Parquet.

JSON 4

Format de fichier JSON.

Delta 5

Format de fichier DELTA.

S’applique à