DacDeployOptions.EnclaveAttestationUrl Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.