SqlUpsertSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sql upsert option settings
public class SqlUpsertSettings
type SqlUpsertSettings = class
Public Class SqlUpsertSettings
- Inheritance
-
SqlUpsertSettings
Constructors
SqlUpsertSettings() |
Initializes a new instance of the SqlUpsertSettings class. |
SqlUpsertSettings(Object, Object, Object) |
Initializes a new instance of the SqlUpsertSettings class. |
Properties
InterimSchemaName |
Gets or sets schema name for interim table. Type: string (or Expression with resultType string). |
Keys |
Gets or sets key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings). |
UseTempDB |
Gets or sets specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean). |
Applies to
Azure SDK for .NET