共用方式為


DelimitedTextDataset interface

分隔文字數據集。

Extends

屬性

columnDelimiter

數據行分隔符。 Type:string (或 expression with resultType string) 。

compressionCodec

數據壓縮Codec。 Type:string (或 expression with resultType string) 。

compressionLevel

用於 DelimitedText 的數據壓縮方法。

encodingName

慣用編碼的代碼頁名稱。 如果遺漏,則預設值為UTF-8,除非BOM表示另一個 Unicode 編碼。 請參閱下列連結中資料表的名稱資料列,以設定支援的值:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。

escapeChar

逸出字元。 Type:string (或 expression with resultType string) 。

firstRowAsHeader

當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

location

分隔文字儲存區的位置。

nullValue

Null 值字串。 Type:string (或 expression with resultType string) 。

quoteChar

引號字元。 Type:string (或 expression with resultType string) 。

rowDelimiter

數據列分隔符。 Type:string (或 expression with resultType string) 。

type

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

annotations

可用於描述數據集的標記清單。

description

數據集描述。

folder

此數據集位於的資料夾。 如果未指定,數據集將會出現在根層級。

linkedServiceName

鏈接的服務參考。

parameters

數據集的參數。

schema

定義數據集實體類型架構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetSchemaDataElement。

structure

定義數據集結構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetDataElement。

屬性詳細資料

columnDelimiter

數據行分隔符。 Type:string (或 expression with resultType string) 。

columnDelimiter?: any

屬性值

any

compressionCodec

數據壓縮Codec。 Type:string (或 expression with resultType string) 。

compressionCodec?: any

屬性值

any

compressionLevel

用於 DelimitedText 的數據壓縮方法。

compressionLevel?: any

屬性值

any

encodingName

慣用編碼的代碼頁名稱。 如果遺漏,則預設值為UTF-8,除非BOM表示另一個 Unicode 編碼。 請參閱下列連結中資料表的名稱資料列,以設定支援的值:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。

encodingName?: any

屬性值

any

escapeChar

逸出字元。 Type:string (或 expression with resultType string) 。

escapeChar?: any

屬性值

any

firstRowAsHeader

當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

firstRowAsHeader?: any

屬性值

any

location

分隔文字儲存區的位置。

location?: DatasetLocationUnion

屬性值

nullValue

Null 值字串。 Type:string (或 expression with resultType string) 。

nullValue?: any

屬性值

any

quoteChar

引號字元。 Type:string (或 expression with resultType string) 。

quoteChar?: any

屬性值

any

rowDelimiter

數據列分隔符。 Type:string (或 expression with resultType string) 。

rowDelimiter?: any

屬性值

any

type

多型歧視性,指定這個物件可以是的不同類型

type: "DelimitedText"

屬性值

"DelimitedText"

繼承的屬性詳細資料

annotations

可用於描述數據集的標記清單。

annotations?: any[]

屬性值

any[]

繼承自Dataset.annotations

description

數據集描述。

description?: string

屬性值

string

繼承自Dataset.description

folder

此數據集位於的資料夾。 如果未指定,數據集將會出現在根層級。

folder?: DatasetFolder

屬性值

繼承自Dataset.folder

linkedServiceName

鏈接的服務參考。

linkedServiceName: LinkedServiceReference

屬性值

繼承自Dataset.linkedServiceName

parameters

數據集的參數。

parameters?: {[propertyName: string]: ParameterSpecification}

屬性值

{[propertyName: string]: ParameterSpecification}

繼承自Dataset.parameters

schema

定義數據集實體類型架構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetSchemaDataElement。

schema?: any

屬性值

any

繼承自Dataset.schema

structure

定義數據集結構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetDataElement。

structure?: any

屬性值

any

繼承自Dataset.structure