次の方法で共有


SapTablePartitionSettings クラス

定義

SAP テーブルソースのパーティション分割に利用される設定。

public class SapTablePartitionSettings
type SapTablePartitionSettings = class
Public Class SapTablePartitionSettings
継承
SapTablePartitionSettings

コンストラクター

SapTablePartitionSettings()

SapTablePartitionSettings の新しいインスタンスを初期化します。

プロパティ

MaxPartitionsNumber

テーブルが分割されるパーティションの最大値。 型: integer (または resultType 文字列を含む式)。

PartitionColumnName

範囲のパーティション分割を続行するために使用される列の名前。 型: string (または resultType 文字列を含む式)。

PartitionLowerBound

範囲のパーティション分割を続行するために使用される partitionColumnName で指定された列の最小値。 型: string (または resultType 文字列を含む式)。

PartitionUpperBound

範囲のパーティション分割を続行するために使用される partitionColumnName で指定された列の最大値。 型: string (または resultType 文字列を含む式)。

適用対象