你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SapTableSource interface

SAP 表源的复制活动源。

扩展

属性

batchSize

指定从 SAP 表检索数据时一次检索的最大行数。 类型:整数(或包含 resultType 整数的表达式)。

customRfcReadTableFunctionModule

指定将用于从 SAP 表读取数据的自定义 RFC 函数模块。 类型:字符串(或带有 resultType 字符串的表达式)。

partitionOption

将并行读取 SAP 表的分区机制。 可能的值包括:“None”、“PartitionOnInt”、“PartitionOnCalendarYear”、“PartitionOnCalendarMonth”、“PartitionOnCalendarDate”、“PartitionOnTime”。

partitionSettings

将用于 SAP 表源分区的设置。

rfcTableFields

要检索的 SAP 表的字段。 例如,column0,column1。 类型:字符串(或带有 resultType 字符串的表达式)。

rfcTableOptions

用于筛选 SAP 表的选项。 例如,COLUMN0 EQ SOME VALUE。 类型:字符串(或带有 resultType 字符串的表达式)。

rowCount

要检索的行数。 类型:integer(或包含 resultType 整数的表达式)。

rowSkips

将跳过的行数。 类型:整数(或包含 resultType 整数的表达式)。

sapDataColumnDelimiter

将用作传递给 SAP RFC 的分隔符以及拆分检索的输出数据的单个字符。 类型:字符串(或带有 resultType 字符串的表达式)。

type

多态鉴别器,它指定此对象可以的不同类型的

继承属性

additionalColumns

指定要添加到源数据的其他列。 类型:对象数组(AdditionalColumns) (或包含 resultType 数组对象的表达式)。

disableMetricsCollection

如果为 true,则禁用数据存储指标集合。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。

maxConcurrentConnections

源数据存储的最大并发连接计数。 类型:整数(或包含 resultType 整数的表达式)。

queryTimeout

查询超时。 类型:string(或带有 resultType 字符串的表达式),模式:(\d+)。?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).

sourceRetryCount

源重试计数。 类型:整数(或包含 resultType 整数的表达式)。

sourceRetryWait

源重试等待。 类型:string(或带有 resultType 字符串的表达式),模式:(\d+)。?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).

属性详细信息

batchSize

指定从 SAP 表检索数据时一次检索的最大行数。 类型:整数(或包含 resultType 整数的表达式)。

batchSize?: any

属性值

any

customRfcReadTableFunctionModule

指定将用于从 SAP 表读取数据的自定义 RFC 函数模块。 类型:字符串(或带有 resultType 字符串的表达式)。

customRfcReadTableFunctionModule?: any

属性值

any

partitionOption

将并行读取 SAP 表的分区机制。 可能的值包括:“None”、“PartitionOnInt”、“PartitionOnCalendarYear”、“PartitionOnCalendarMonth”、“PartitionOnCalendarDate”、“PartitionOnTime”。

partitionOption?: any

属性值

any

partitionSettings

将用于 SAP 表源分区的设置。

partitionSettings?: SapTablePartitionSettings

属性值

rfcTableFields

要检索的 SAP 表的字段。 例如,column0,column1。 类型:字符串(或带有 resultType 字符串的表达式)。

rfcTableFields?: any

属性值

any

rfcTableOptions

用于筛选 SAP 表的选项。 例如,COLUMN0 EQ SOME VALUE。 类型:字符串(或带有 resultType 字符串的表达式)。

rfcTableOptions?: any

属性值

any

rowCount

要检索的行数。 类型:integer(或包含 resultType 整数的表达式)。

rowCount?: any

属性值

any

rowSkips

将跳过的行数。 类型:整数(或包含 resultType 整数的表达式)。

rowSkips?: any

属性值

any

sapDataColumnDelimiter

将用作传递给 SAP RFC 的分隔符以及拆分检索的输出数据的单个字符。 类型:字符串(或带有 resultType 字符串的表达式)。

sapDataColumnDelimiter?: any

属性值

any

type

多态鉴别器,它指定此对象可以的不同类型的

type: "SapTableSource"

属性值

"SapTableSource"

继承属性详细信息

additionalColumns

指定要添加到源数据的其他列。 类型:对象数组(AdditionalColumns) (或包含 resultType 数组对象的表达式)。

additionalColumns?: any

属性值

any

继承自TabularSource.additionalColumns

disableMetricsCollection

如果为 true,则禁用数据存储指标集合。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。

disableMetricsCollection?: any

属性值

any

继承自TabularSource.disableMetricsCollection

maxConcurrentConnections

源数据存储的最大并发连接计数。 类型:整数(或包含 resultType 整数的表达式)。

maxConcurrentConnections?: any

属性值

any

继承自TabularSource.maxConcurrentConnections

queryTimeout

查询超时。 类型:string(或带有 resultType 字符串的表达式),模式:(\d+)。?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).

queryTimeout?: any

属性值

any

继承自TabularSource.queryTimeout

sourceRetryCount

源重试计数。 类型:整数(或包含 resultType 整数的表达式)。

sourceRetryCount?: any

属性值

any

继承自TabularSource.sourceRetryCount

sourceRetryWait

源重试等待。 类型:string(或带有 resultType 字符串的表达式),模式:(\d+)。?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).

sourceRetryWait?: any

属性值

any

继承自TabularSource.sourceRetryWait