次の方法で共有


CopyActivity.EnableStaging プロパティ

定義

中間ステージングを使用してデータをコピーするかどうかを取得または設定します。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象