共用方式為


DacDeployOptions.EnclaveAttestationProtocol 屬性

定義

指定要搭配記憶體保護區型 Always Encrypted 使用的證明通訊協定。

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

屬性值

屬性

備註

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

適用於