共用方式為


SqlUpsertSettings interface

Sql upsert 選項設定

屬性

interimSchemaName

過渡資料表的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

keys

唯一資料列識別的索引鍵資料行名稱。 類型:字串陣列 (或 Expression,其中具有字串) 的 resultType 陣列。

useTempDB

指定是否要使用 temp db for upsert 過渡資料表。 Type:boolean (或 Expression with resultType boolean) 。

屬性詳細資料

interimSchemaName

過渡資料表的架構名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

interimSchemaName?: any

屬性值

any

keys

唯一資料列識別的索引鍵資料行名稱。 類型:字串陣列 (或 Expression,其中具有字串) 的 resultType 陣列。

keys?: any

屬性值

any

useTempDB

指定是否要使用 temp db for upsert 過渡資料表。 Type:boolean (或 Expression with resultType boolean) 。

useTempDB?: any

屬性值

any