你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SnowflakeExportCopyCommand.AdditionalFormatOptions Property

Definition

Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" }.

public System.Collections.Generic.IDictionary<string,object> AdditionalFormatOptions { get; }
member this.AdditionalFormatOptions : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property AdditionalFormatOptions As IDictionary(Of String, Object)

Property Value

Applies to