共用方式為


DacDeployOptions.EnclaveAttestationUrl 屬性

定義

指定 (要與記憶體保護區型Always Encrypted搭配使用之證明服務端點) 記憶體保護區證明 URL。

public string EnclaveAttestationUrl { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "EnclaveAttestationUrl")]
public string EnclaveAttestationUrl { get; set; }
member this.EnclaveAttestationUrl : string with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "EnclaveAttestationUrl")>]
member this.EnclaveAttestationUrl : string with get, set
Public Property EnclaveAttestationUrl As String

屬性值

屬性

備註

DacFx 必須啟用 ColumnEncryptionSetting,並在連接字串上正確設定, EnclaveAttestationProtocol 以在部署作業期間啟用具有安全記憶體保護區的Always Encrypted。

適用於