SapTableSource コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SapTableSource() |
SapTableSource クラスの新しいインスタンスを初期化します。 |
SapTableSource(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, SapTablePartitionSettings) |
SapTableSource クラスの新しいインスタンスを初期化します。 |
SapTableSource()
SapTableSource クラスの新しいインスタンスを初期化します。
public SapTableSource ();
Public Sub New ()
適用対象
SapTableSource(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, SapTablePartitionSettings)
SapTableSource クラスの新しいインスタンスを初期化します。
public SapTableSource (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object sourceRetryCount = default, object sourceRetryWait = default, object maxConcurrentConnections = default, object disableMetricsCollection = default, object queryTimeout = default, object additionalColumns = default, object rowCount = default, object rowSkips = default, object rfcTableFields = default, object rfcTableOptions = default, object batchSize = default, object customRfcReadTableFunctionModule = default, object sapDataColumnDelimiter = default, object partitionOption = default, Microsoft.Azure.Management.DataFactory.Models.SapTablePartitionSettings partitionSettings = default);
new Microsoft.Azure.Management.DataFactory.Models.SapTableSource : System.Collections.Generic.IDictionary<string, obj> * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.SapTablePartitionSettings -> Microsoft.Azure.Management.DataFactory.Models.SapTableSource
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional sourceRetryCount As Object = Nothing, Optional sourceRetryWait As Object = Nothing, Optional maxConcurrentConnections As Object = Nothing, Optional disableMetricsCollection As Object = Nothing, Optional queryTimeout As Object = Nothing, Optional additionalColumns As Object = Nothing, Optional rowCount As Object = Nothing, Optional rowSkips As Object = Nothing, Optional rfcTableFields As Object = Nothing, Optional rfcTableOptions As Object = Nothing, Optional batchSize As Object = Nothing, Optional customRfcReadTableFunctionModule As Object = Nothing, Optional sapDataColumnDelimiter As Object = Nothing, Optional partitionOption As Object = Nothing, Optional partitionSettings As SapTablePartitionSettings = Nothing)
パラメーター
- additionalProperties
- IDictionary<String,Object>
メッセージの一致しないプロパティは、このコレクションを逆シリアル化します
- sourceRetryCount
- Object
ソースの再試行回数。 型: integer (または resultType 整数を持つ式)。
- sourceRetryWait
- Object
ソースの再試行の待機。 型: string (または resultType 文字列を含む式)、パターン: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- maxConcurrentConnections
- Object
ソース データ ストアの最大同時接続数。 型: integer (または resultType 整数を持つ式)。
- disableMetricsCollection
- Object
true の場合は、データ ストア メトリックの収集を無効にします。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
- queryTimeout
- Object
クエリのタイムアウト。 型: string (または resultType 文字列を含む式)、パターン: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additionalColumns
- Object
ソース データに追加する追加の列を指定します。 型: オブジェクトの配列 (AdditionalColumns) (またはオブジェクトの resultType 配列を含む Expression)。
- rowCount
- Object
取得する行の数。 型: integer(または resultType 整数を含む式)。
- rowSkips
- Object
スキップされる行の数。 型: integer (または resultType 整数を持つ式)。
- rfcTableFields
- Object
取得される SAP テーブルのフィールド。 たとえば、column0、column1 などです。 型: string (または resultType 文字列を含む式)。
- rfcTableOptions
- Object
SAP テーブルのフィルター処理のオプション。 たとえば、COLUMN0 EQ SOME VALUE です。 型: string (または resultType 文字列を含む式)。
- batchSize
- Object
SAP Table からデータを取得するときに一度に取得される行の最大数を指定します。 型: integer (または resultType 整数を持つ式)。
- customRfcReadTableFunctionModule
- Object
SAP Table からデータを読み取るために使用するカスタム RFC 関数モジュールを指定します。 型: string (または resultType 文字列を含む式)。
- sapDataColumnDelimiter
- Object
SAP RFC に渡される区切り記号として使用される 1 文字と、取得した出力データの分割。 型: string (または resultType 文字列を含む式)。
- partitionOption
- Object
並列で読み取られた SAP テーブルに使用されるパーティション メカニズム。 使用できる値は、"None"、"PartitionOnInt"、"PartitionOnCalendarYear"、"PartitionOnCalendarMonth"、"PartitionOnCalendarDate"、"PartitionOnTime" です。
- partitionSettings
- SapTablePartitionSettings
SAP テーブルソースのパーティション分割に利用される設定。
適用対象
Azure SDK for .NET