SqlDWUpsertSettings 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 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
Azure SDK for .NET