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:

  1. Source linked service must be AzureStorageLinkedService.
  2. Source dataset must be AzureBlobDataset.
  3. Format of source dataset must be TextFormat.
  4. EncodingName of source dataset format must be "utf-8".
  5. RowDelimiter of source dataset format must be "\n".
  6. NullValue of source dataset format must be Empty.
  7. Compression of source dataset only supports GZipCompression and DeflateCompression.
  8. Source must be BlobSource. Default value is false.
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)