DacDeployOptions.EnclaveAttestationUrl 屬性
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定 (要與記憶體保護區型Always Encrypted搭配使用之證明服務端點) 記憶體保護區證明 URL。
C#
public string EnclaveAttestationUrl { get; set; }
C#
[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。
產品 | 版本 |
---|---|
Microsoft.SQLServer.DacFx | 160.2004021.0, 161.6374.0, 162.2.111 |