次の方法で共有


AzureSqlSink.TableOption プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="tableOption")]
public object TableOption { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tableOption")>]
member this.TableOption : obj with get, set
Public Property TableOption As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象