次の方法で共有


PostgreSqlSource クラス

定義

PostgreSQL データベースのコピー アクティビティ ソース。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.PostgreSqlSource+PostgreSqlSourceConverter))]
public class PostgreSqlSource : Azure.Analytics.Synapse.Artifacts.Models.TabularSource
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.PostgreSqlSource+PostgreSqlSourceConverter))>]
type PostgreSqlSource = class
    inherit TabularSource
Public Class PostgreSqlSource
Inherits TabularSource
継承
PostgreSqlSource
属性

コンストラクター

PostgreSqlSource()

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

プロパティ

AdditionalColumns

ソース データに追加する列を指定します。 型: オブジェクトの配列 (AdditionalColumns) (またはオブジェクトの resultType 配列を持つ式)。

(継承元 TabularSource)
AdditionalProperties

その他のプロパティ。

(継承元 CopySource)
MaxConcurrentConnections

ソース データ ストアの最大同時接続数。 型: integer (または resultType 整数を持つ式)。

(継承元 CopySource)
Query

データベース クエリ。 型: string (または resultType 文字列を含む式)。

QueryTimeout

クエリのタイムアウト。 型: string (または resultType 文字列を含む式)、pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

(継承元 TabularSource)
SourceRetryCount

ソースの再試行回数。 型: integer (または resultType 整数を持つ式)。

(継承元 CopySource)
SourceRetryWait

ソースの再試行待機。 型: string (または resultType 文字列を含む式)、pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

(継承元 CopySource)

適用対象