共用方式為


SapTableSource interface

SAP 資料表來源的複製活動來源。

Extends

屬性

batchSize

指定從 SAP 數據表擷取數據時,一次擷取的數據列數目上限。 類型:integer (或 expression with resultType integer) 。

customRfcReadTableFunctionModule

指定將用來從 SAP 資料表讀取資料的自訂 RFC 函式模組。 Type:string (或 expression with resultType string) 。

partitionOption

將用於平行讀取SAP數據表的數據分割機制。 可能的值包括:“None”、“PartitionOnInt”、“PartitionOnCalendarYear”、“PartitionOnCalendarMonth”、“PartitionOnCalendarDate”、“PartitionOnTime”。

partitionSettings

將用於 SAP 資料表來源資料分割的設定。

rfcTableFields

要擷取之 SAP 數據表的欄位。 例如, column0, column1。 Type:string (或 expression with resultType string) 。

rfcTableOptions

篩選 SAP 資料表的選項。 例如,COLUMN0 EQ SOME VALUE。 Type:string (或 expression with resultType string) 。

rowCount

要擷取的數據列數目。 類型:integer(或 expression 含 resultType 整數的運算式)。

rowSkips

將略過的數據列數目。 類型:integer (或 expression with resultType integer) 。

sapDataColumnDelimiter

將做為傳遞至 SAP RFC 的分隔符,以及分割所擷取的輸出數據的單一字元。 Type:string (或 expression with resultType string) 。

type

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

繼承的屬性

additionalColumns

指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。

disableMetricsCollection

如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

maxConcurrentConnections

源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。

queryTimeout

查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).

sourceRetryCount

來源重試計數。 類型:integer (或 expression with resultType integer) 。

sourceRetryWait

來源重試等候。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).

屬性詳細資料

batchSize

指定從 SAP 數據表擷取數據時,一次擷取的數據列數目上限。 類型:integer (或 expression with resultType integer) 。

batchSize?: any

屬性值

any

customRfcReadTableFunctionModule

指定將用來從 SAP 資料表讀取資料的自訂 RFC 函式模組。 Type:string (或 expression with resultType string) 。

customRfcReadTableFunctionModule?: any

屬性值

any

partitionOption

將用於平行讀取SAP數據表的數據分割機制。 可能的值包括:“None”、“PartitionOnInt”、“PartitionOnCalendarYear”、“PartitionOnCalendarMonth”、“PartitionOnCalendarDate”、“PartitionOnTime”。

partitionOption?: any

屬性值

any

partitionSettings

將用於 SAP 資料表來源資料分割的設定。

partitionSettings?: SapTablePartitionSettings

屬性值

rfcTableFields

要擷取之 SAP 數據表的欄位。 例如, column0, column1。 Type:string (或 expression with resultType string) 。

rfcTableFields?: any

屬性值

any

rfcTableOptions

篩選 SAP 資料表的選項。 例如,COLUMN0 EQ SOME VALUE。 Type:string (或 expression with resultType string) 。

rfcTableOptions?: any

屬性值

any

rowCount

要擷取的數據列數目。 類型:integer(或 expression 含 resultType 整數的運算式)。

rowCount?: any

屬性值

any

rowSkips

將略過的數據列數目。 類型:integer (或 expression with resultType integer) 。

rowSkips?: any

屬性值

any

sapDataColumnDelimiter

將做為傳遞至 SAP RFC 的分隔符,以及分割所擷取的輸出數據的單一字元。 Type:string (或 expression with resultType string) 。

sapDataColumnDelimiter?: any

屬性值

any

type

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

type: "SapTableSource"

屬性值

"SapTableSource"

繼承的屬性詳細資料

additionalColumns

指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。

additionalColumns?: any

屬性值

any

繼承自TabularSource.additionalColumns

disableMetricsCollection

如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

disableMetricsCollection?: any

屬性值

any

繼承自TabularSource.disableMetricsCollection

maxConcurrentConnections

源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。

maxConcurrentConnections?: any

屬性值

any

繼承自TabularSource.maxConcurrentConnections

queryTimeout

查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).

queryTimeout?: any

屬性值

any

繼承自TabularSource.queryTimeout

sourceRetryCount

來源重試計數。 類型:integer (或 expression with resultType integer) 。

sourceRetryCount?: any

屬性值

any

繼承自TabularSource.sourceRetryCount

sourceRetryWait

來源重試等候。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).

sourceRetryWait?: any

屬性值

any

繼承自TabularSource.sourceRetryWait