次の方法で共有


SnowflakeExportCopyCommand.AdditionalCopyOptions プロパティ

定義

snowflake Copy Command に直接渡される追加のコピー オプションを取得または設定します。 型: キー値のペア (値は文字列型にする必要があります) (または resultType オブジェクトを持つ式)。 例: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }

[Newtonsoft.Json.JsonProperty(PropertyName="additionalCopyOptions")]
public System.Collections.Generic.IDictionary<string,object> AdditionalCopyOptions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="additionalCopyOptions")>]
member this.AdditionalCopyOptions : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property AdditionalCopyOptions As IDictionary(Of String, Object)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象