LinkConnectionTargetDatabaseTypeProperties Class

Definition

The LinkConnectionTargetDatabaseTypeProperties.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.LinkConnectionTargetDatabaseTypeProperties+LinkConnectionTargetDatabaseTypePropertiesConverter))]
public class LinkConnectionTargetDatabaseTypeProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.LinkConnectionTargetDatabaseTypeProperties+LinkConnectionTargetDatabaseTypePropertiesConverter))>]
type LinkConnectionTargetDatabaseTypeProperties = class
Public Class LinkConnectionTargetDatabaseTypeProperties
Inheritance
LinkConnectionTargetDatabaseTypeProperties
Attributes

Constructors

LinkConnectionTargetDatabaseTypeProperties()

Initializes a new instance of LinkConnectionTargetDatabaseTypeProperties.

Properties

ActionOnExistingTargetTable

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

CrossTableTransaction

Enable cross table transaction consistency on target database.

DropExistingTargetTableOnStart

Drop and recreate same existing target table on link connection target database.

Applies to