共用方式為


PolybaseSettings interface

PolyBase 設定。

屬性

rejectSampleValue

決定在 PolyBase 重新計算拒絕數據列百分比之前嘗試擷取的數據列數目。 類型:integer (或 expression with resultType integer), minimum: 0。

rejectType

拒絕類型。

rejectValue

指定查詢失敗前可以拒絕的數據列值或百分比。 類型:number (或具有 resultType number 的運算式),最小值:0。

useTypeDefault

指定當 PolyBase 從文字檔擷取數據時,如何處理分隔文本檔中的遺漏值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

屬性詳細資料

rejectSampleValue

決定在 PolyBase 重新計算拒絕數據列百分比之前嘗試擷取的數據列數目。 類型:integer (或 expression with resultType integer), minimum: 0。

rejectSampleValue?: any

屬性值

any

rejectType

拒絕類型。

rejectType?: string

屬性值

string

rejectValue

指定查詢失敗前可以拒絕的數據列值或百分比。 類型:number (或具有 resultType number 的運算式),最小值:0。

rejectValue?: any

屬性值

any

useTypeDefault

指定當 PolyBase 從文字檔擷取數據時,如何處理分隔文本檔中的遺漏值。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

useTypeDefault?: any

屬性值

any