DacDeployOptions.EnclaveAttestationUrl 属性

定义

指定要与基于 enclave 的Always Encrypted一起使用) 证明服务终结点 (enclave 证明 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 ,以便在部署操作期间启用具有安全 enclave 的Always Encrypted。

适用于