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。