DacDeployOptions.EnclaveAttestationUrl 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定要与基于 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。