你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
LinkConnectionTargetDatabaseTypeProperties()

Initializes a new instance of LinkConnectionTargetDatabaseTypeProperties.

Properties

Name Description
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