次の方法で共有


SnowflakeExportCopyCommand.AdditionalFormatOptions プロパティ

定義

snowflake Copy Command に直接渡される追加の書式オプションを取得または設定します。 型: キー値のペア (値は文字列型にする必要があります) (または resultType オブジェクトを持つ式)。 例: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" }

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象