ActionOnExistingTargetTable Struct
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.
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
| Name | Description |
|---|---|
| ActionOnExistingTargetTable(String) |
Initializes a new instance of ActionOnExistingTargetTable. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |