RedirectIncompatibleRowSettings コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
RedirectIncompatibleRowSettings() |
RedirectIncompatibleRowSettings クラスの新しいインスタンスを初期化します。 |
RedirectIncompatibleRowSettings(Object, IDictionary<String,Object>, Object) |
RedirectIncompatibleRowSettings クラスの新しいインスタンスを初期化します。 |
RedirectIncompatibleRowSettings()
RedirectIncompatibleRowSettings クラスの新しいインスタンスを初期化します。
public RedirectIncompatibleRowSettings ();
Public Sub New ()
適用対象
RedirectIncompatibleRowSettings(Object, IDictionary<String,Object>, Object)
RedirectIncompatibleRowSettings クラスの新しいインスタンスを初期化します。
public RedirectIncompatibleRowSettings (object linkedServiceName, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object path = default);
new Microsoft.Azure.Management.DataFactory.Models.RedirectIncompatibleRowSettings : obj * System.Collections.Generic.IDictionary<string, obj> * obj -> Microsoft.Azure.Management.DataFactory.Models.RedirectIncompatibleRowSettings
Public Sub New (linkedServiceName As Object, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional path As Object = Nothing)
パラメーター
- linkedServiceName
- Object
互換性のない行のリダイレクトに使用される Azure Storage、Storage SAS、または Azure Data Lake Store のリンクされたサービスの名前。 redirectIncompatibleRowSettings が指定されている場合は、指定する必要があります。 型: string (または resultType 文字列を含む式)。
- additionalProperties
- IDictionary<String,Object>
メッセージの一致しないプロパティは、このコレクションを逆シリアル化します
- path
- Object
リダイレクトの互換性のない行データを格納するためのパス。 型: string (または resultType 文字列を含む式)。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET