次の方法で共有


RedirectIncompatibleRowSettings コンストラクター

定義

オーバーロード

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 文字列を含む式)。

適用対象