Partager via


DacDeployOptions.EnclaveAttestationUrl Propriété

Définition

Spécifie l’URL d’attestation d’enclave (point de terminaison de service d’attestation) à utiliser avec les Always Encrypted basées sur les enclaves.

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

Valeur de propriété

Attributs

Remarques

DacFx doit activer ColumnEncryptionSetting et définir correctement ce paramètre et EnclaveAttestationProtocol sur la chaîne de connexion pour activer Always Encrypted avec enclaves sécurisées pendant les opérations de déploiement.

S’applique à