SqlDWSink
Class
Definition
A copy activity SQL data warehouse sink.
public class SqlDWSink : Microsoft.Azure.Management.DataFactories.Models.CopySink
- Inheritance
Inherited Members
Microsoft.Azure.Management.DataFactories.Models.CopySink
Constructors
| SqlDWSink() |
Initializes a new instance of the SqlDWSink class. |
| SqlDWSink(Int32, TimeSpan) |
Initializes a new instance of the SqlDWSink class with required arguments. |
Properties
| AllowPolyBase |
Optional. If true, use PolyBase to copy data into SQL Data Warehouse when all below criteria are met:
|
| PolyBaseSettings |
Optional. Specifies PolyBase-related settings when AllowPolyBase is true. |
| SliceIdentifierColumnName |
Optional. Name of the SQL column which is used to save slice identifier information, to support idempotent copy. |
| SqlWriterCleanupScript |
Optional. SQL writer cleanup script. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |