SqlDWSource コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SqlDWSource() |
SqlDWSource クラスの新しいインスタンスを初期化します。 |
SqlDWSource(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, SqlPartitionSettings) |
SqlDWSource クラスの新しいインスタンスを初期化します。 |
SqlDWSource()
SqlDWSource クラスの新しいインスタンスを初期化します。
public SqlDWSource ();
Public Sub New ()
適用対象
SqlDWSource(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, SqlPartitionSettings)
SqlDWSource クラスの新しいインスタンスを初期化します。
public SqlDWSource (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 sqlReaderQuery = default, object sqlReaderStoredProcedureName = default, object storedProcedureParameters = default, object partitionOption = default, Microsoft.Azure.Management.DataFactory.Models.SqlPartitionSettings partitionSettings = default);
new Microsoft.Azure.Management.DataFactory.Models.SqlDWSource : System.Collections.Generic.IDictionary<string, obj> * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.SqlPartitionSettings -> Microsoft.Azure.Management.DataFactory.Models.SqlDWSource
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 sqlReaderQuery As Object = Nothing, Optional sqlReaderStoredProcedureName As Object = Nothing, Optional storedProcedureParameters As Object = Nothing, Optional partitionOption As Object = Nothing, Optional partitionSettings As SqlPartitionSettings = Nothing)
パラメーター
- additionalProperties
- IDictionary<String,Object>
メッセージの一致しないプロパティは、このコレクションを逆シリアル化します
- sourceRetryCount
- Object
ソースの再試行回数。 型: integer (または resultType 整数を持つ式)。
- sourceRetryWait
- Object
ソースの再試行待機。 型: string (または resultType 文字列を含む式)、pattern: ((\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 文字列を含む式)、pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additionalColumns
- Object
ソース データに追加する列を指定します。 型: オブジェクトの配列 (AdditionalColumns) (またはオブジェクトの resultType 配列を持つ式)。
- sqlReaderQuery
- Object
SQL Data Warehouse リーダー クエリ。 型: string (または resultType 文字列を含む式)。
- sqlReaderStoredProcedureName
- Object
SQL Data Warehouse ソースのストアド プロシージャの名前。 これは、SqlReaderQuery と同時に使用することはできません。 型: string (または resultType 文字列を含む式)。
- storedProcedureParameters
- Object
ストアド プロシージャ パラメーターの値と型の設定。 例: "{Parameter1: {value: "1", type: "int"}}" Type: object (または Expression with resultType object)、itemType: StoredProcedureParameter。
- partitionOption
- Object
並列で読み取られる Sql に使用されるパーティション メカニズム。 使用できる値は、"None"、"PhysicalPartitionsOfTable"、"DynamicRange" です。
- partitionSettings
- SqlPartitionSettings
Sql ソースのパーティション分割に利用される設定。
適用対象
Azure SDK for .NET