ExternalFileFormatType Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |