SqlDWUpsertSettings Constructors
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.
Overloads
SqlDWUpsertSettings() |
Initializes a new instance of the SqlDWUpsertSettings class. |
SqlDWUpsertSettings(Object, Object) |
Initializes a new instance of the SqlDWUpsertSettings class. |
SqlDWUpsertSettings()
Initializes a new instance of the SqlDWUpsertSettings class.
public SqlDWUpsertSettings ();
Public Sub New ()
Applies to
SqlDWUpsertSettings(Object, Object)
Initializes a new instance of the SqlDWUpsertSettings class.
public SqlDWUpsertSettings (object interimSchemaName = default, object keys = default);
new Microsoft.Azure.Management.DataFactory.Models.SqlDWUpsertSettings : obj * obj -> Microsoft.Azure.Management.DataFactory.Models.SqlDWUpsertSettings
Public Sub New (Optional interimSchemaName As Object = Nothing, Optional keys As Object = Nothing)
Parameters
- interimSchemaName
- Object
Schema name for interim table. Type: string (or Expression with resultType string).
- keys
- Object
Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
Applies to
Azure SDK for .NET