ExternalFileFormatType Enumeration

Definition

Die Aufzählung gibt die externen Dateiformattypen an.

[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
Vererbung
ExternalFileFormatType
Attribute

Felder

Name Wert Beschreibung
None -1

Kein Ablehnungstyp. Gilt für externe GQ-Tabellen.

DelimitedText 0

Durch Trennzeichen getrenntes Textdateiformat.

RcFile 1

RCFILE-Dateiformat.

Orc 2

ORC-Dateiformat.

Parquet 3

Parkettdateiformat.

JSON 4

JSON-Dateiformat.

Delta 5

DELTA-Dateiformat.

Gilt für: