Bagikan melalui


SqlDWUpsertSettings Class

Definition

Sql DW upsert option settings

public class SqlDWUpsertSettings
type SqlDWUpsertSettings = class
Public Class SqlDWUpsertSettings
Inheritance
SqlDWUpsertSettings

Constructors

SqlDWUpsertSettings()

Initializes a new instance of the SqlDWUpsertSettings class.

SqlDWUpsertSettings(Object, Object)

Initializes a new instance of the SqlDWUpsertSettings 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).

Applies to