共用方式為


SqlUpsertSettings interface

Sql upsert 選項設定

屬性

interimSchemaName

過渡數據表的架構名稱。 Type:string (或 expression with resultType string) 。

keys

唯一數據列識別的索引鍵數據行名稱。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。

useTempDB

指定是否要針對 upsert 過渡數據表使用暫存資料庫。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

屬性詳細資料

interimSchemaName

過渡數據表的架構名稱。 Type:string (或 expression with resultType string) 。

interimSchemaName?: any

屬性值

any

keys

唯一數據列識別的索引鍵數據行名稱。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。

keys?: any

屬性值

any

useTempDB

指定是否要針對 upsert 過渡數據表使用暫存資料庫。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

useTempDB?: any

屬性值

any