Freigeben über


DacDeployOptions.EnclaveAttestationUrl Eigenschaft

Definition

Gibt die Enclave-Nachweis-URL (einen Nachweisdienstendpunkt) an, die mit Enclave-basierten Always Encrypted verwendet werden soll.

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

Eigenschaftswert

Attribute

Hinweise

DacFx muss ColumnEncryptionSetting aktivieren und sowohl dies EnclaveAttestationProtocol als auch die Verbindungszeichenfolge ordnungsgemäß festlegen, um Always Encrypted mit Secure Enclaves während der Bereitstellungsvorgänge zu aktivieren.

Gilt für: