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

AzureSqlDWLinkedService.Encrypt Property

Definition

Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string).

public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Encrypt { get; set; }
member this.Encrypt : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property Encrypt As DataFactoryElement(Of String)

Property Value

Applies to