Skip to main content

AdfSynapseSinkCopyMethod Enumeration

AdfSynapseSinkCopyMethod Enumeration

Provides options for the Copy Method property, used in Synapse sink nodes.

Enumeration Values

NameSummary
BulkInsert
Specifies to use Bulk Insert in synapse sink nodes.
PolyBase
Specifies to use PolyBase in synapse sink nodes. Note that PolyBase settings must also be configured.
CopyCommand
Specifies to use CopyCommand in synapse sink nodes. Note that CopyCommand settings must also be configured.