次の方法で共有


AzureSqlSink コンストラクター

定義

オーバーロード

AzureSqlSink()

AzureSqlSink クラスの新しいインスタンスを初期化します。

AzureSqlSink(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, SqlUpsertSettings)

AzureSqlSink クラスの新しいインスタンスを初期化します。

AzureSqlSink()

AzureSqlSink クラスの新しいインスタンスを初期化します。

public AzureSqlSink ();
Public Sub New ()

適用対象

AzureSqlSink(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, SqlUpsertSettings)

AzureSqlSink クラスの新しいインスタンスを初期化します。

public AzureSqlSink (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object writeBatchSize = default, object writeBatchTimeout = default, object sinkRetryCount = default, object sinkRetryWait = default, object maxConcurrentConnections = default, object disableMetricsCollection = default, object sqlWriterStoredProcedureName = default, object sqlWriterTableType = default, object preCopyScript = default, object storedProcedureParameters = default, object storedProcedureTableTypeParameterName = default, object tableOption = default, object sqlWriterUseTableLock = default, object writeBehavior = default, Microsoft.Azure.Management.DataFactory.Models.SqlUpsertSettings upsertSettings = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureSqlSink : 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.SqlUpsertSettings -> Microsoft.Azure.Management.DataFactory.Models.AzureSqlSink
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional writeBatchSize As Object = Nothing, Optional writeBatchTimeout As Object = Nothing, Optional sinkRetryCount As Object = Nothing, Optional sinkRetryWait As Object = Nothing, Optional maxConcurrentConnections As Object = Nothing, Optional disableMetricsCollection As Object = Nothing, Optional sqlWriterStoredProcedureName As Object = Nothing, Optional sqlWriterTableType As Object = Nothing, Optional preCopyScript As Object = Nothing, Optional storedProcedureParameters As Object = Nothing, Optional storedProcedureTableTypeParameterName As Object = Nothing, Optional tableOption As Object = Nothing, Optional sqlWriterUseTableLock As Object = Nothing, Optional writeBehavior As Object = Nothing, Optional upsertSettings As SqlUpsertSettings = Nothing)

パラメーター

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

writeBatchSize
Object

書き込みバッチ サイズ。 型: 整数 (または resultType 整数を含む式)、最小: 0。

writeBatchTimeout
Object

書き込みバッチ タイムアウト。 型: string (または resultType 文字列を含む式)、パターン: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

sinkRetryCount
Object

シンクの再試行回数。 型: integer (または resultType 整数を持つ式)。

sinkRetryWait
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 ブール値を持つ式)。

sqlWriterStoredProcedureName
Object

SQL ライター ストアド プロシージャ名。 型: string (または resultType 文字列を含む式)。

sqlWriterTableType
Object

SQL ライター テーブルの種類。 型: string (または resultType 文字列を含む式)。

preCopyScript
Object

SQL 事前コピー スクリプト。 型: string (または resultType 文字列を含む式)。

storedProcedureParameters
Object

SQL ストアド プロシージャのパラメーター。

storedProcedureTableTypeParameterName
Object

テーブル型のストアド プロシージャ パラメーター名。 型: string (または resultType 文字列を含む式)。

tableOption
Object

シンク テーブルを処理するオプション (autoCreate など)。 現時点では、'autoCreate' 値のみがサポートされています。 型: string (または resultType 文字列を含む式)。

sqlWriterUseTableLock
Object

一括コピー中にテーブル ロックを使用するかどうか。 型: boolean (または resultType ブール値を持つ式)。

writeBehavior
Object

Azure SQLにデータをコピーするときの動作を書き込みます。 型: SqlWriteBehaviorEnum (または resultType SqlWriteBehaviorEnum を含む式)

upsertSettings
SqlUpsertSettings

SQL アップサート設定。

適用対象