Share via


ActionOnExistingTargetTable Struct

Definition

Action on existing target table. If not specified, 'FailOnNonEmptyTable' action is used.

public readonly struct ActionOnExistingTargetTable : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.ActionOnExistingTargetTable>
type ActionOnExistingTargetTable = struct
Public Structure ActionOnExistingTargetTable
Implements IEquatable(Of ActionOnExistingTargetTable)
Inheritance
ActionOnExistingTargetTable
Implements

Constructors

ActionOnExistingTargetTable(String)

Initializes a new instance of ActionOnExistingTargetTable.

Properties

DropAndRecreateTable

Same existing tables on target database will be dropped and recreated.

FailOnNonEmptyTable

Same existing tables on target database will be Failed.

MergeWithExistingData

Same existing tables on target database will be Merged together.

Methods

Equals(ActionOnExistingTargetTable)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ActionOnExistingTargetTable, ActionOnExistingTargetTable)

Determines if two ActionOnExistingTargetTable values are the same.

Implicit(String to ActionOnExistingTargetTable)

Converts a string to a ActionOnExistingTargetTable.

Inequality(ActionOnExistingTargetTable, ActionOnExistingTargetTable)

Determines if two ActionOnExistingTargetTable values are not the same.

Applies to