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

SapTableSource 类

定义

SAP 表源的复制活动源。

public class SapTableSource : Azure.ResourceManager.DataFactory.Models.TabularSource
type SapTableSource = class
    inherit TabularSource
Public Class SapTableSource
Inherits TabularSource
继承

构造函数

SapTableSource()

初始化 SapTableSource 的新实例。

属性

AdditionalColumns

指定要添加到源数据的其他列。 类型: (AdditionalColumns) (或 Expression 的对象数组,以及) 对象数组的 resultType。

若要将对象分配给此属性,请使用 FromObjectAsJson<T>(T, JsonSerializerOptions)

若要将已格式化的 json 字符串分配给此属性,请使用 FromString(String)

示例:

  • BinaryData.FromObjectAsJson (“foo”) 创建“foo”的有效负载。
  • BinaryData.FromString (“\”foo\“”) 创建“foo”的有效负载。
  • BinaryData.FromObjectAsJson (new { key = “value” }) 创建 { “key”: “value” } 的有效负载。
  • BinaryData.FromString (“{\”key\“: \”value\“}”) 创建 { “key”: “value” } 的有效负载。

(继承自 TabularSource)
AdditionalProperties

附加属性

若要将 对象分配给此属性的值,请使用 FromObjectAsJson<T>(T, JsonSerializerOptions)

若要将已格式化的 json 字符串分配给此属性,请使用 FromString(String)

示例:

  • BinaryData.FromObjectAsJson (“foo”) 创建“foo”的有效负载。
  • BinaryData.FromString (“\”foo\“”) 创建“foo”的有效负载。
  • BinaryData.FromObjectAsJson (new { key = “value” }) 创建 { “key”: “value” } 的有效负载。
  • BinaryData.FromString (“{\”key\“: \”value\“}”) 创建 { “key”: “value” } 的有效负载。

(继承自 CopyActivitySource)
BatchSize

指定从 SAP 表检索数据时一次将检索的最大行数。 类型:integer (或 expression with resultType integer) 。

CustomRfcReadTableFunctionModule

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

DisableMetricsCollection

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

(继承自 CopyActivitySource)
MaxConcurrentConnections

源数据存储的最大并发连接计数。 类型:integer (或 expression with resultType integer) 。

(继承自 CopyActivitySource)
PartitionOption

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

若要将对象分配给此属性,请使用 FromObjectAsJson<T>(T, JsonSerializerOptions)

若要将已格式化的 json 字符串分配给此属性,请使用 FromString(String)

示例:

  • BinaryData.FromObjectAsJson (“foo”) 创建“foo”的有效负载。
  • BinaryData.FromString (“\”foo\“”) 创建“foo”的有效负载。
  • BinaryData.FromObjectAsJson (new { key = “value” }) 创建 { “key”: “value” } 的有效负载。
  • BinaryData.FromString (“{\”key\“: \”value\“}”) 创建 { “key”: “value” } 的有效负载。

PartitionSettings

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

QueryTimeout

查询超时。 Type:string (或 expression with resultType string) ,pattern: ( (\d+) .) ? (\d\d) : (60| ([0-5][0-9]) ) : (60| ([0-5][0-9]) ) 。

(继承自 TabularSource)
RfcTableFields

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

RfcTableOptions

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

RowCount

要检索的行数。 类型:integer (或 expression with resultType integer) 。

RowSkips

将跳过的行数。 类型:integer (或 expression with resultType integer) 。

SapDataColumnDelimiter

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

SourceRetryCount

源重试计数。 类型:integer (或 expression with resultType integer) 。

(继承自 CopyActivitySource)
SourceRetryWait

源重试等待。 Type:string (或 expression with resultType string) ,pattern: ( (\d+) .) ? (\d\d) : (60| ([0-5][0-9]) ) : (60| ([0-5][0-9]) ) 。

(继承自 CopyActivitySource)

适用于