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を有効にする必要があります。