次の方法で共有


DacDeployOptions.EnclaveAttestationUrl プロパティ

定義

エンクレーブ ベースの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を有効にする必要があります。

適用対象