DacDeployOptions.EnclaveAttestationUrl 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定 (要與記憶體保護區型Always Encrypted搭配使用之證明服務端點) 記憶體保護區證明 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 以在部署作業期間啟用具有安全記憶體保護區的Always Encrypted。